diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd831e41..10541ab4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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