Skip to content

Commit

Permalink
Coverage Test 16
Browse files Browse the repository at this point in the history
  • Loading branch information
onurulgen committed Feb 8, 2024
1 parent ed02351 commit b30a664
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y clinfo cmake git lcov
run: sudo apt-get update && sudo apt-get install -y cmake git lcov

- name: Test OpenCL
run: |
sudo mkdir -p /etc/OpenCL/vendors && sudo echo "libnvidia-opencl.so.1" > /etc/OpenCL/vendors/nvidia.icd
clinfo
run: 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 @@
421
422

0 comments on commit b30a664

Please sign in to comment.