Skip to content

Commit

Permalink
Coverage Test 15
Browse files Browse the repository at this point in the history
  • Loading branch information
onurulgen committed Feb 8, 2024
1 parent 3283cdf commit ed02351
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y clinfo cmake git lcov

- name: Test OpenCL
run: sudo clinfo
run: |
sudo mkdir -p /etc/OpenCL/vendors && sudo echo "libnvidia-opencl.so.1" > /etc/OpenCL/vendors/nvidia.icd
clinfo
- name: Install Catch2
run: |
Expand Down
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
420
421

0 comments on commit ed02351

Please sign in to comment.