Skip to content

Commit

Permalink
Updated run commands to work with Swift 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
donnywals authored Oct 3, 2024
1 parent cc6aa37 commit f92bb10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tuskit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
run: swift --version
- uses: actions/checkout@v2
- name: Build
run: swift build -Xswiftc --disable-experimental-concurrency
run: swift build
- name: Run tests
run: swift test -Xswiftc --disable-experimental-concurrency
run: swift test

0 comments on commit f92bb10

Please sign in to comment.