Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Jul 28, 2024
1 parent 26d0b71 commit 46f583f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: cmake
run: cmake -GNinja -S . -B build -A ${{matrix.arch}}
run: cmake -S . -B build -A ${{matrix.arch}}
-DCMAKE_BUILD_TYPE=${{matrix.build}}
-DSEMVER_BUILD_MODULE=${{matrix.modules}}
- name: build
Expand Down

0 comments on commit 46f583f

Please sign in to comment.