Skip to content

Commit

Permalink
Coverage Test 14
Browse files Browse the repository at this point in the history
  • Loading branch information
onurulgen committed Feb 8, 2024
1 parent 9a00793 commit 3283cdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
419
420

0 comments on commit 3283cdf

Please sign in to comment.