We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66399cc commit 84c7687Copy full SHA for 84c7687
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Run Mac Build
38
if: matrix.os == 'macos-latest'
39
run: |
40
- swift build -c release --arch arm64 --arch x86_64
+ xcrun --toolchain ${{ env.TOOLCHAINS }} swift build -c release --arch arm64 --arch x86_64
41
mv ./.build/apple/Products/Release/SwiftAstGen SwiftAstGen-mac
42
gzexe SwiftAstGen-mac
43
- name: Run Windows Build
0 commit comments