Skip to content

Commit

Permalink
fix(ci): syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 16, 2024
1 parent 0fabcf2 commit 9cd00f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ref: ${{ env.hipo_version }}
- name: build
run: |
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=hipo -DCMAKE_POSITION_INDEPENDENT_CODE=ON
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=hipo
cmake --build build -j2
cmake --install build
tar czvf hipo{.tar.gz,}
Expand Down Expand Up @@ -129,10 +129,10 @@ jobs:
run: |
meson setup \
$(meson/resolve-dependencies.py --cli --hipo hipo --fmt fmt) \
-Dbuildtype release \
-Dprefix $(pwd)/iguana \
-Dexamples True \
-Ddocumentation False \
-Dbuildtype=release \
-Dprefix=$(pwd)/iguana \
-Dexamples=True \
-Ddocumentation=False \
${{ matrix.extra_build_opts }} \
build
- name: dump build options
Expand Down

0 comments on commit 9cd00f2

Please sign in to comment.