Skip to content

Commit

Permalink
[ci] add update to apt-get (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
immanuelazn authored Dec 17, 2024
1 parent 290863d commit 9352f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install binary dependencies on ubuntu
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get install -y libhdf5-dev
run: sudo apt-get update && sudo apt-get install -y libhdf5-dev
- name: Install binary dependencies on mac
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-13' }}
run: brew install hdf5
Expand Down

0 comments on commit 9352f6b

Please sign in to comment.