Skip to content

Commit

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

# - 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 Dependencies
run: sudo apt-get update && sudo apt-get install -y cmake gcc g++ git

- 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 @@
407
408

0 comments on commit 6279861

Please sign in to comment.