We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9b344 commit ce0e790Copy full SHA for ce0e790
.github/workflows/compile_swift.yml
@@ -17,6 +17,11 @@ jobs:
17
runs-on: macos-latest
18
steps:
19
- uses: actions/checkout@v4
20
+ - uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
21
+ with:
22
+ swift-version: "5.9.0"
23
+ - name: Get swift version
24
+ run: swift --version # Swift 5.9.0
25
- name: Compile Swift for MacOS
26
run: |
27
echo "compiling for MacOSP"
@@ -31,6 +36,11 @@ jobs:
31
36
32
37
33
38
39
40
41
42
43
34
44
- name: Compile Swift for glibc linux
35
45
46
echo "compiling for Linux"
0 commit comments