Skip to content

Commit 69a9026

Browse files
committed
ci: cache emscripten in wasm build
1 parent 35a4ba4 commit 69a9026

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,16 @@ jobs:
179179
- uses: actions/setup-python@v4
180180
name: Install Python
181181
with:
182-
python-version: '3.10.2'
182+
python-version: '3.11.2'
183183

184184
- uses: mymindstorm/setup-emsdk@v12
185185
with:
186-
version: '3.1.14'
186+
version: '3.1.32'
187+
actions-cache-folder: 'emsdk-cache'
187188

188189
- name: Build wheel
189190
run: |
190-
pip install pyodide-build==0.21.0
191+
pip install pyodide-build==0.23.4
191192
pyodide build
192193
193194
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)