Skip to content

Commit

Permalink
unlink go 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Jan 19, 2024
1 parent d3b28ad commit 4514afe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Homebrew
run: |
Expand All @@ -21,7 +21,9 @@ jobs:
- name: Test Formulae
run: |
brew unlink go || true
brew install --build-from-source Formula/*.rb
brew test Formula/*.rb
brew unlink go || true
brew audit --strict --online Formula/*.rb

0 comments on commit 4514afe

Please sign in to comment.