Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored Dec 24, 2024
1 parent 7be38bc commit e4400f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Set up env vars for Emscripten
run: |
set -vxeuo pipefail
pip install pyodide-build>=0.23.0
pip install pyodide-build==0.25.0
export EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version)
echo EMSCRIPTEN_VERSION=${EMSCRIPTEN_VERSION} >> $GITHUB_ENV
echo "EMSCRIPTEN_VERSION is $EMSCRIPTEN_VERSION"
Expand Down

0 comments on commit e4400f5

Please sign in to comment.