Skip to content

Commit

Permalink
ci: tests: Remove go bottle upload hack
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Oct 17, 2024
1 parent 07bfd73 commit b49a4f8
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 b49a4f8

Please sign in to comment.