Skip to content

Commit

Permalink
Merge branch 'main' into ci-fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Oct 17, 2024
2 parents d5da3f0 + 1c984d7 commit f668fb3
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 f668fb3

Please sign in to comment.