Skip to content

Commit

Permalink
Re-enabled Ubuntu apt caching
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Oct 30, 2024
1 parent dce8160 commit 90e015d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,16 @@ jobs:
- uses: actions/checkout@v4

- name: Install TSMP2 dependencies on Ubuntu
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libxml2-utils pylint wget cmake gfortran openmpi-bin libopenmpi-dev libnetcdf-mpi-dev libnetcdff-dev libpnetcdf-dev tcl-dev tk-dev
version: 1.0
execute_install_scripts: true

- name: Set default MPI compilers on Ubuntu
run: |
sudo apt-get update
sudo apt-get install libxml2-utils wget gfortran cmake openmpi-bin libopenmpi-dev libnetcdf-mpi-dev libnetcdff-dev libpnetcdf-dev tcl-dev tk-dev
sudo apt-get install --reinstall openmpi-bin
- name: Create directories for component model and dependencies
run: |
Expand Down

0 comments on commit 90e015d

Please sign in to comment.