Skip to content

Commit 462b2c9

Browse files
committed
3.1.69final
1 parent 1bcdb80 commit 462b2c9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
env:
2121
BUILDS: 3.12 3.13 3.14
22-
EMFLAVOUR: tot
22+
EMFLAVOUR: latest
2323

2424
steps:
2525
- uses: actions/[email protected]

python-wasi-sdk.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ END
204204
--exclude=${SDKROOT}/config \
205205
--exclude=${SDKROOT}/*sh \
206206
--exclude=${SDKROOT}/scripts/* \
207+
--exclude=${SDKROOT}/sources.* \
207208
--exclude=${SDKROOT}/build \
208209
--exclude=${SDKROOT}/src \
209210
> /tmp/sdk/emsdk.tar

python-wasm-sdk.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ END
204204
--exclude=${SDKROOT}/config \
205205
--exclude=${SDKROOT}/*sh \
206206
--exclude=${SDKROOT}/scripts/* \
207+
--exclude=${SDKROOT}/sources.* \
207208
--exclude=${SDKROOT}/build \
208209
--exclude=${SDKROOT}/src \
209210
> /tmp/sdk/emsdk.tar

0 commit comments

Comments
 (0)