Skip to content

Commit

Permalink
pinning conan version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam4d committed Jun 22, 2023
1 parent 9c5789b commit 3f12e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install python3-pip
pip3 install conan
pip3 install conan==1.59.0
# Build
- name: Build
run: |
conan install deps/wasm/conanfile_wasm.txt -pr:h deps/wasm/emscripten.profile -pr:b default -s build_type=Release --build missing -if build_wasm
conan install deps/wasm/conanfile_wasm.txt -pr:h=deps/wasm/emscripten.profile -pr:b=default -s build_type=Release --build missing -if build_wasm
cmake . -B build_wasm -GNinja -DWASM=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
cmake --build build_wasm --config Release
Expand Down

0 comments on commit 3f12e51

Please sign in to comment.