Skip to content

Commit

Permalink
CI: See if fixes intel fortran compiler issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Nov 15, 2023
1 parent 56f633e commit d963209
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/intel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ jobs:
shell: bash -l {0}
run: sudo apt update && sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake libzip-dev

- name: Setup Intel Fortran
uses: modflowpy/install-intelfortran-action@v1

- name: Fetch TPL Cache
id: cache-TPL
uses: actions/cache@v3
Expand Down

0 comments on commit d963209

Please sign in to comment.