Fix export file baseline test

Only set up Swift on macOS, since we only support Swift analysis on macOS.
This commit is contained in:
Henry Mercer
2024-11-08 17:36:34 +00:00
parent 3a2edc656d
commit abbbbf5f6d
2 changed files with 2 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ jobs:
languages: javascript
tools: ${{ steps.prepare-test.outputs.tools-url }}
- uses: ./../action/.github/actions/setup-swift
if: runner.os == 'macOS'
with:
codeql-path: ${{ steps.init.outputs.codeql-path }}
- name: Build code