Skip to content

Commit f3791b4

Browse files
committed
Fix
1 parent 3928328 commit f3791b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
cd packages
4343
source .venv/bin/activate
44-
source emsdk/emsdk_env.sh
44+
source pyodide-recipes/emsdk/emsdk_env.sh
4545
python3 script.py ${{ inputs.tag }}
4646
4747
- name: Create GitHub Release for pyodide_bucket.bzl

0 commit comments

Comments
 (0)