Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
uturuncoglu committed Oct 30, 2023
1 parent 2d1ec08 commit 91e47a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
sudo apt-get -qq update
sudo apt-get -qq install tar unzip file curl gringo
sudo apt-get -qq install build-essential binutils-dev gfortran gdb
sudo apt-get -qq install libgfortran-12 libgfortran-13
sudo apt-get -qq install gfortran-12 gfortran-13
sudo apt-get -qq install python3-dev
# restore Intel oneAPI compiler installation from cache
Expand Down

0 comments on commit 91e47a8

Please sign in to comment.