Skip to content

Commit

Permalink
Specify swift version OWASP/wrongsecrets#615
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Feb 24, 2024
1 parent 8d9b344 commit ce0e790
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/compile_swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
with:
swift-version: "5.9.0"
- name: Get swift version
run: swift --version # Swift 5.9.0
- name: Compile Swift for MacOS
run: |
echo "compiling for MacOSP"
Expand All @@ -31,6 +36,11 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
with:
swift-version: "5.9.0"
- name: Get swift version
run: swift --version # Swift 5.9.0
- name: Compile Swift for glibc linux
run: |
echo "compiling for Linux"
Expand Down

0 comments on commit ce0e790

Please sign in to comment.