Skip to content

Commit db80b58

Browse files
committed
Pass experimental variables for debug artifact
1 parent 27af7f7 commit db80b58

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/debug-artifacts.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ jobs:
4848
- uses: actions/setup-go@v4
4949
with:
5050
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
5161
- uses: ./../action/init
5262
with:
5363
tools: ${{ steps.prepare-test.outputs.tools-url }}

0 commit comments

Comments
 (0)