Skip to content

Commit

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

- name: Install CMake
uses: lukka/get-cmake@latest

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y gcc g++ git lcov lsb-release

- name: Install CUDA Toolkit
uses: Jimver/[email protected]
with:
cuda: '11.8.0'
method: network
use-github-cache: false
use-local-cache: false

- name: Install CMake
uses: lukka/get-cmake@latest

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y gcc g++ 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 @@
412
413

0 comments on commit b45d056

Please sign in to comment.