Skip to content

Commit

Permalink
t6
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Nov 19, 2023
1 parent 3ea7743 commit 631ee97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ jobs:
- name: Run bootstrap
shell: bash
run: |
source ~/PawPawBuilds/emsdk/emsdk_env.sh
if [ '${{ matrix.target }}' == 'wasm' ]; then
source ~/PawPawBuilds/emsdk/emsdk_env.sh
fi
./bootstrap-common.sh ${{ matrix.target }} && ./.cleanup.sh ${{ matrix.target }}
- name: Pack bootstrap build
shell: bash
Expand Down

0 comments on commit 631ee97

Please sign in to comment.