We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27af7f7 commit db80b58Copy full SHA for db80b58
1 file changed
.github/workflows/debug-artifacts.yml
@@ -48,6 +48,16 @@ jobs:
48
- uses: actions/setup-go@v4
49
with:
50
go-version: ^1.13.1
51
+ - name: Set environment variable for Swift enablement
52
+ if: >-
53
+ runner.os != 'Windows' && (
54
+ matrix.version == '20220908' ||
55
+ matrix.version == '20221211' ||
56
+ matrix.version == 'cached' ||
57
+ matrix.version == 'latest'
58
+ )
59
+ shell: bash
60
+ run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV
61
- uses: ./../action/init
62
63
tools: ${{ steps.prepare-test.outputs.tools-url }}
0 commit comments