Skip to content

Commit

Permalink
Fix export file baseline test
Browse files Browse the repository at this point in the history
Only set up Swift on macOS, since we only support Swift analysis on macOS.
  • Loading branch information
henrymercer committed Nov 8, 2024
1 parent 3a2edc6 commit abbbbf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/__export-file-baseline-information.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pr-checks/checks/export-file-baseline-information.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ steps:
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
Expand Down

0 comments on commit abbbbf5

Please sign in to comment.