Skip to content

Commit

Permalink
pwd test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Oct 24, 2024
1 parent 9872c0e commit d9744ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: jacobmerson/pcms_testcases
path: ${{ runner.temp }}/pcms_testcases
path: pcms_testcases

- name: Install fftw3
run: sudo apt-get install -yq fftw3 fftw3-dev pkg-config
Expand All @@ -137,7 +137,7 @@ jobs:
-DOmega_h_DIR=${{ runner.temp }}/build-omega_h/install/lib/cmake/Omega_h
-DKokkos_DIR=${{ runner.temp }}/build-kokkos/install/lib/cmake/Kokkos
-DCatch2_DIR=${{ runner.temp }}/build-Catch2/install/lib/cmake/Catch2
-DPCMS_TEST_DATA_DIR=${{ runner.temp }}/pcms_testcases'
-DPCMS_TEST_DATA_DIR=$PWD/pcms_testcases'

# - name: Install Valgrind
# run: sudo apt-get install -yq valgrind

0 comments on commit d9744ef

Please sign in to comment.