Skip to content

Commit

Permalink
CI: Pls
Browse files Browse the repository at this point in the history
  • Loading branch information
ADKaster committed Jun 18, 2024
1 parent fb3db18 commit 83749c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lagom-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ jobs:
if: ${{ inputs.fuzzer == 'NO_FUZZ' }}
working-directory: ${{ github.workspace }}
run: |
echo "------"
echo "CC=$CC, CXX=$CXX"
echo "------"
echo "host_cc=${{ steps.build-parameters.outputs.host_cc }}"
echo "host_cxx=${{ steps.build-parameters.outputs.host_cxx }}"
echo "------"
cmake --preset Sanitizer_CI -B Build \
-DINCLUDE_WASM_SPEC_TESTS=ON \
-DWASM_SPEC_TEST_SKIP_FORMATTING=ON \
Expand Down

0 comments on commit 83749c6

Please sign in to comment.