Skip to content

Commit

Permalink
fix Scotch install path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Apr 9, 2024
1 parent c00982b commit 0dc47fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
cd src
cp ${{ env.SCOTCH_MAKE }} Makefile.inc
make scotch -j ${{ env.NJOBS }}
make prefix=scotch install scotch -j ${{ env.NJOBS }}
make prefix=~/scotch install scotch -j ${{ env.NJOBS }}
- name: Install LibCommons
# LinearElasticity don't build with MSVC
Expand Down

0 comments on commit 0dc47fe

Please sign in to comment.