Fix build
This commit is contained in:
parent
d7a0dee83e
commit
99ba7915ba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -124,7 +124,7 @@ jobs:
|
||||||
-D CMAKE_BUILD_TYPE=Release \
|
-D CMAKE_BUILD_TYPE=Release \
|
||||||
-D BUILD_SHARED_LIBS=ON \
|
-D BUILD_SHARED_LIBS=ON \
|
||||||
-D BUILD_EXAMPLES=OFF \
|
-D BUILD_EXAMPLES=OFF \
|
||||||
-D CMAKE_C_FLAGS="${{ matrix.cflags }}" \
|
-D CMAKE_C_FLAGS="${{ matrix.cflags }}"
|
||||||
cmake --build build --config Release
|
cmake --build build --config Release
|
||||||
|
|
||||||
- name: upload build
|
- name: upload build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue