Skip to content

Commit

Permalink
Reinstall all Ubuntu apt packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Oct 30, 2024
1 parent 5dbfa7f commit 4389d6c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libxml2-utils pylint wget cmake netcdf-bin libnetcdf-mpi-dev libnetcdff-dev libpnetcdf-dev tcl-dev tk-dev
version: 1.0
execute_install_scripts: true

- name: Download MPI Fortran compiler
run: sudo apt-get install gfortran openmpi-bin libopenmpi-dev
- name: Install TSMP2 dependencies 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
- name: Create directories for component model and dependencies
run: |
Expand Down

0 comments on commit 4389d6c

Please sign in to comment.