Skip to content

Commit

Permalink
Issue #85: Error in ci yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmodat committed Jul 28, 2022
1 parent c332cbe commit e8a5280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build_niftyreg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Make directory structure
run: |
items=(*)
mkdir source
mv ${items[*]} source
shell: bash

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

Expand All @@ -40,7 +33,7 @@ jobs:
-DUSE_SSE=ON \
-DUSE_OPENMP=${{ matrix.use_openmp }} \
-DBUILD_TESTING=ON \
../source
..
shell: bash

- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
78
79

0 comments on commit e8a5280

Please sign in to comment.