Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jun 8, 2024
1 parent f0c3f9b commit 4788fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/emscripten.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

- name: Install pyodide-build
run: |
pip install pyodide-build==0.26.0
echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version | tail -n 1 | awk '{print $NF}') >> $GITHUB_ENV
pip install pyodide-build==0.26.1
echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version >> $GITHUB_ENV
- uses: mymindstorm/setup-emsdk@v14
with:
Expand Down

0 comments on commit 4788fdd

Please sign in to comment.