Skip to content

Commit f92bb10

Browse files
authored
Updated run commands to work with Swift 5.10
1 parent cc6aa37 commit f92bb10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tuskit-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
run: swift --version
1919
- uses: actions/checkout@v2
2020
- name: Build
21-
run: swift build -Xswiftc --disable-experimental-concurrency
21+
run: swift build
2222
- name: Run tests
23-
run: swift test -Xswiftc --disable-experimental-concurrency
23+
run: swift test

0 commit comments

Comments
 (0)