Skip to content

Commit

Permalink
3.1.69final
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Oct 12, 2024
1 parent 1bcdb80 commit 462b2c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-22.04
env:
BUILDS: 3.12 3.13 3.14
EMFLAVOUR: tot
EMFLAVOUR: latest

steps:
- uses: actions/checkout@v3.3.0
Expand Down
1 change: 1 addition & 0 deletions python-wasi-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ END
--exclude=${SDKROOT}/config \
--exclude=${SDKROOT}/*sh \
--exclude=${SDKROOT}/scripts/* \
--exclude=${SDKROOT}/sources.* \
--exclude=${SDKROOT}/build \
--exclude=${SDKROOT}/src \
> /tmp/sdk/emsdk.tar
Expand Down
1 change: 1 addition & 0 deletions python-wasm-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ END
--exclude=${SDKROOT}/config \
--exclude=${SDKROOT}/*sh \
--exclude=${SDKROOT}/scripts/* \
--exclude=${SDKROOT}/sources.* \
--exclude=${SDKROOT}/build \
--exclude=${SDKROOT}/src \
> /tmp/sdk/emsdk.tar
Expand Down

0 comments on commit 462b2c9

Please sign in to comment.