diff options
author | benedom <31181527+benedom@users.noreply.github.com> | 2023-10-19 14:30:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 14:30:30 +0200 |
commit | bc9eeca0535db43947ec4b156f87870c9484670d (patch) | |
tree | 25fb8b030e398960b600eddca410b6252ec61d91 | |
parent | afbcaf2b9dda7e5be6f898067350fbe93d9f0a73 (diff) |
Update swift.yml
-rw-r--r-- | .github/workflows/swift.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 2880a54..99a8734 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -15,12 +15,10 @@ jobs: runs-on: macos-latest steps: - - uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf - with: - swift-version: "5.9" + - uses: actions/checkout@v3 + - uses: swift-actions/setup-swift@v1 - name: Get swift version run: swift --version - - uses: actions/checkout@v3 - name: Build run: swift build -v - name: Run tests |