Skip to content

Commit

Permalink
Try to fix cache-apt-pkgs-action
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Jan 26, 2024
1 parent 59fc45a commit 8f95160
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages:
make libfftw3-dev libfftw3-mpi-dev
libhdf5-openmpi-dev openmpi-bin libopenmpi-dev
make
libfftw3-dev
libfftw3-mpi-dev
libhdf5-openmpi-dev
openmpi-bin
libopenmpi-dev
libopenblas-dev
version: 1.0
execute_install_scripts: true

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 8f95160

Please sign in to comment.