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 f76b2ba commit c332cbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_niftyreg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Make directory structure
run: |
items=(*)
mkdir source, build
mkdir source
mv ${items[*]} source
shell: bash

Expand All @@ -29,6 +29,7 @@ jobs:

- name: build NiftyReg
run: |
mkdir build
cd build
cmake -DCMAKE_CXX_COMPILER=${{ matrix.cxx-compiler }} \
-DCMAKE_C_COMPILER=${{ matrix.c-compiler }} \
Expand Down
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
77
78

0 comments on commit c332cbe

Please sign in to comment.