Skip to content

Commit

Permalink
PR check: add explicit setup-go step to unset-env check
Browse files Browse the repository at this point in the history
Go has been removed from the PATH in the most recent Mac runner images rollouts.
  • Loading branch information
angelapwen committed May 17, 2024
1 parent 46fc2c9 commit 23c1981
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/__unset-environment.yml

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

3 changes: 3 additions & 0 deletions pr-checks/checks/unset-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ steps:
- uses: ./../action/.github/actions/setup-swift
with:
codeql-path: ${{ steps.init.outputs.codeql-path }}
- uses: actions/setup-go@v5
with:
go-version: '>=1.21.0'
- name: Build code
shell: bash
# Disable Kotlin analysis while it's incompatible with Kotlin 1.8, until we find a
Expand Down

0 comments on commit 23c1981

Please sign in to comment.