diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b64b4700..507252d9 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -10,14 +10,7 @@ jobs: uses: lukka/get-cmake@latest - name: Install dependencies - run: sudo apt-get update && sudo apt-get install -y gcc g++ git lcov lsb-release software-properties-common wget - - - name: Install CUDA Toolkit - uses: Jimver/cuda-toolkit@v0.2.14 - with: - method: network - use-github-cache: false - use-local-cache: false + run: sudo apt-get update && sudo apt-get install -y gcc g++ git lcov - name: Install Catch2 run: | @@ -34,10 +27,10 @@ jobs: -DCMAKE_CXX_COMPILER=g++ \ -DCMAKE_BUILD_TYPE=Debug \ -DBUILD_ALL_DEP=ON \ - -DUSE_CUDA=OFF \ - -DUSE_OPENCL=OFF \ - -DUSE_SSE=ON \ - -DUSE_OPENMP=ON \ + -DUSE_CUDA=ON \ + -DUSE_OPENCL=ON \ + -DUSE_SSE=OFF \ + -DUSE_OPENMP=OFF \ -DBUILD_TESTING=ON \ -DWITH_COVERAGE=ON \ .. diff --git a/niftyreg_build_version.txt b/niftyreg_build_version.txt index 21c8d99f..1c105f1a 100644 --- a/niftyreg_build_version.txt +++ b/niftyreg_build_version.txt @@ -1 +1 @@ -415 +416