Skip to content

Commit acdbc47

Browse files
committed
meta: build stuff
1 parent 53fb72f commit acdbc47

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/nix-build.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ jobs:
1414
- name: Configure
1515
shell: nix develop --command {0}
1616
run: |
17-
mkdir -p build
18-
cd build && cmake ../ -DALASKA_ENABLE_COMPILER=OFF \
19-
-DALASKA_ENABLE_TESTING=ON \
20-
-DCMAKE_INSTALL_PREFIX:PATH=../local
17+
mkdir -p build && cd build && cmake ../ -DALASKA_ENABLE_COMPILER=OFF \
18+
-DALASKA_ENABLE_TESTING=ON \
19+
-DCMAKE_INSTALL_PREFIX:PATH=../local
2120
2221
- name: Compile
2322
shell: nix develop --command {0}

0 commit comments

Comments
 (0)