Skip to content

Commit

Permalink
update apt-get before apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Oct 16, 2023
1 parent a48ab8a commit 9b6578e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
- name: Show Julia version information
run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'

- name: Update `apt-get`
run: sudo apt-get update

- name: Install dependencies available with `apt-get`
# - MPI
# - HDF5
Expand Down

0 comments on commit 9b6578e

Please sign in to comment.