Skip to content

Commit

Permalink
fixed missing platform.flags
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Gonzalez <cristian.glez.m@gmail.com>
  • Loading branch information
cristianglezm committed Apr 11, 2024
1 parent 70164ea commit 43284a7
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 @@ -70,5 +70,5 @@ jobs:
- name: build
run: |
mkdir build && cd build
cmake ${{ matrix.config.flags }} ..
cmake ${{ matrix.config.flags }} ${{ matrix.platform.flags }} ..
cmake --build . --config ${{ matrix.type.name }}

0 comments on commit 43284a7

Please sign in to comment.