Skip to content

Commit

Permalink
update ci_cat.sh to cd into src.
Browse files Browse the repository at this point in the history
  • Loading branch information
Treece Burgess committed Nov 25, 2024
1 parent fe1bf3c commit 82b83f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_cat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ shopt -s expand_aliases

module load $COMPILER

cd src

# configuring and installing PAPI
if [ "$SHLIB" = "without" ]; then
./configure --prefix=$PWD/cat-ci --with-debug=$DEBUG --enable-warnings
Expand Down

0 comments on commit 82b83f2

Please sign in to comment.