Skip to content

Commit

Permalink
make sure failure is reported
Browse files Browse the repository at this point in the history
  • Loading branch information
aleino-nv committed Jan 3, 2025
1 parent 39ba1fb commit b794930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
- name: Build Slang
if: steps.filter.outputs.should-run == 'true'
run: |
set -e
if [[ "${{ matrix.platform }}" = "wasm" ]]; then
git clone https://github.com/emscripten-core/emsdk.git
pushd emsdk
Expand Down

0 comments on commit b794930

Please sign in to comment.