diff options
author | benedom <31181527+benedom@users.noreply.github.com> | 2023-10-19 14:24:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 14:24:12 +0200 |
commit | afbcaf2b9dda7e5be6f898067350fbe93d9f0a73 (patch) | |
tree | a46522dd2778e311fb0133b4837f804c61b06d4c /.github/workflows | |
parent | ee50640fa97016c7d1d6f41cbcbd474c230ea4aa (diff) |
Update swift.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/swift.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 150d669..2880a54 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -15,6 +15,11 @@ jobs: runs-on: macos-latest steps: + - uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf + with: + swift-version: "5.9" + - name: Get swift version + run: swift --version - uses: actions/checkout@v3 - name: Build run: swift build -v |