Skip to content

Commit

Permalink
fix get archive names, install deps first
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Jan 29, 2025
1 parent beefc4a commit 4c0dd20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: get archive names
id: archive_names
run: |
# build casacore source first
brew install --build-from-source Formula/casacore.rb
brew install --build-from-source Formula/cfitsio_reentrant.rb
for package in aoflagger birli; do
brew install --build-bottle Formula/$package.rb
brew bottle --json Formula/$package.rb
Expand Down

0 comments on commit 4c0dd20

Please sign in to comment.