Skip to content

Commit

Permalink
Merge pull request #1 from LyraPhase/fix-brew-audit-test
Browse files Browse the repository at this point in the history
fix brew audit test
  • Loading branch information
trinitronx authored Oct 17, 2024
2 parents 94496f9 + b49a4f8 commit 1c984d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
brew install --build-bottle go || true
brew link --overwrite go
brew bottle go
find "${GITHUB_WORKSPACE}" -iname '*.bottle.*' -exec mv '{}' ${RUNNER_TEMP}/brewed-bottles/ \;
# find "${GITHUB_WORKSPACE}" -iname '*.bottle.*' -exec mv '{}' ${RUNNER_TEMP}/brewed-bottles/ \;
ls -l ${RUNNER_TEMP}/brewed-bottles/
fi
:
Expand Down

0 comments on commit 1c984d7

Please sign in to comment.