From 3283cdfe2f4ac50844ed6b9d01bd638747af0444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20=C3=9Clgen?= Date: Thu, 8 Feb 2024 15:48:27 +0000 Subject: [PATCH] Coverage Test 14 --- .github/workflows/coverage.yml | 6 +++--- niftyreg_build_version.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 51d577b0..43bfb11a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -6,12 +6,12 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install dependencies + run: sudo apt-get update && sudo apt-get install -y clinfo cmake git lcov + - name: Test OpenCL run: sudo clinfo - - name: Install dependencies - run: sudo apt-get update && sudo apt-get install -y cmake git lcov - - name: Install Catch2 run: | git clone https://github.com/catchorg/Catch2.git diff --git a/niftyreg_build_version.txt b/niftyreg_build_version.txt index 7b53aa00..816d01be 100644 --- a/niftyreg_build_version.txt +++ b/niftyreg_build_version.txt @@ -1 +1 @@ -419 +420