Skip to content

Commit

Permalink
ci: work around noisy pyodide config
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed May 28, 2024
1 parent 3d00fdb commit 06a5dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install pyodide-build
run: |
pip install pyodide-build==0.26.0
echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV
echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version | awk '{print $NF}') >> $GITHUB_ENV
- uses: mymindstorm/setup-emsdk@v14
with:
Expand Down

0 comments on commit 06a5dbb

Please sign in to comment.