From f92bb104d56155074e9a6775d9ed03d479d0b51f Mon Sep 17 00:00:00 2001 From: Donny Wals Date: Thu, 3 Oct 2024 11:06:44 +0200 Subject: [PATCH] Updated run commands to work with Swift 5.10 --- .github/workflows/tuskit-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tuskit-ci.yml b/.github/workflows/tuskit-ci.yml index 6f9b42d2..734b730b 100644 --- a/.github/workflows/tuskit-ci.yml +++ b/.github/workflows/tuskit-ci.yml @@ -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