Skip to content

Commit

Permalink
Build the C++ too
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed Jul 25, 2024
1 parent 698cc41 commit b2eccd3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ jobs:
# restore-keys: |
# ${{ runner.os }}-conan-downloads-

- name: Build C++
run: |
conan remote disable cura-private
conan install . dulcificum/local -s build_type=Release --build=missing --update --build=missing -c tools.build:skip_test=True -s arch=wasm -s os=Emscripten -owith_python_bindings=False -pr:h cura_wasm.jinja
cmake --preset release
cmake --build --preset release
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit b2eccd3

Please sign in to comment.