Skip to content

Commit

Permalink
Building emscripten binaries (so that cpp-linters can find emscripten…
Browse files Browse the repository at this point in the history
…/bind.h).
  • Loading branch information
rturrado committed Nov 22, 2024
1 parent d605959 commit c0edcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: ./.github/actions/cpp-tests
with:
build_type: Release
conan_profile_host: conan/profiles/tests-release-gcc-linux-x64
conan_profile_host: conan/profiles/tests-release-clang-emscripten-wasm
shell: bash
- name: Run C++ linters
uses: cpp-linter/cpp-linter-action@v2
Expand Down

0 comments on commit c0edcb5

Please sign in to comment.