GitHub Actions: fix WebAssembly C build
This commit is contained in:
parent
b838c505a4
commit
d7943e552d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/webassembly-c.yml
vendored
2
.github/workflows/webassembly-c.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
sudo apt-get update -qq
|
||||
sudo apt-get install cmake ninja-build -qq
|
||||
- name: Configure CMake
|
||||
run: emcmake cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -RAGEPHOTO_C_LIBRARY=ON -GNinja
|
||||
run: emcmake cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DRAGEPHOTO_C_LIBRARY=ON -GNinja
|
||||
- name: Build
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
- name: Upload
|
||||
|
|
Loading…
Reference in a new issue