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 27, 2024
1 parent d7ce3f6 commit 8383da3
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 @@ -72,7 +72,7 @@ jobs:
- name: cmake
run: cmake -S . -B build -A ${{matrix.arch}}
-DCMAKE_BUILD_TYPE=${{matrix.build}}
-DSEMVER_BUILD_MODULE=${{matrix.platform.modules}}
-DSEMVER_BUILD_MODULE=${{matrix.modules}}
- name: build
run: cmake --build build --config ${{matrix.build}} --parallel 4
- name: test
Expand Down

0 comments on commit 8383da3

Please # to comment.