Skip to content

Commit

Permalink
fix: ubuntu uses apt 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Jan 17, 2025
1 parent 4ee8c05 commit d8f5a00
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 @@ -49,7 +49,7 @@ jobs:
shell: bash -l {0}
if: matrix.os == 'ubuntu-latest'
run: |
sudo yum install bzip2-devel
sudo apt-get install bzip2-dev
- name: build external cfitsio
shell: bash -l {0}
Expand Down

0 comments on commit d8f5a00

Please sign in to comment.