Skip to content

Commit

Permalink
[CI] Use absolute Swift toolchain path
Browse files Browse the repository at this point in the history
  • Loading branch information
slashmo committed Jun 14, 2024
1 parent 3afff7d commit 25913f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
swift: [5.9, latest, 6.0-snapshot]
swift: [6.0-snapshot]

steps:
- name: Install Swift
Expand All @@ -45,7 +45,7 @@ jobs:
restore-keys: ${{ runner.os }}-${{ matrix.swift }}-spm-

- name: Resolve Swift dependencies
run: swift package resolve
run: /home/runner/.local/share/swiftly/toolchains/6.0-snapshot-2024-06-13/usr/bin/swift package resolve

- name: Run Unit Tests
run: swift test --parallel
run: /home/runner/.local/share/swiftly/toolchains/6.0-snapshot-2024-06-13/usr/bin/swift test --parallel

0 comments on commit 25913f0

Please sign in to comment.