diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 5ff30f6..dbe9733 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -32,9 +32,6 @@ jobs: - name: Install mpi run: sudo apt-get install -yq mpich libmpich-dev - - name: Install Valgrind - run: sudo apt-get install -yq valgrind - - uses: actions/checkout@v4 - name: build kokkos @@ -120,7 +117,7 @@ jobs: uses: actions/checkout@v3 with: repository: jacobmerson/pcms_testcases - path: pcms_testcases + path: ${{ runner.temp }}/pcms_testcases - name: Install fftw3 run: sudo apt-get install -yq fftw3 fftw3-dev pkg-config @@ -140,4 +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' \ No newline at end of file + -DPCMS_TEST_DATA_DIR=${{ runner.temp }}/pcms_testcases' + + # - name: Install Valgrind + # run: sudo apt-get install -yq valgrind \ No newline at end of file