Skip to content

Commit 4836358

Browse files
authored
python path (#5800)
1 parent fbba713 commit 4836358

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build_recipes.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,11 @@ jobs:
100100
if: (github.event_name == 'push' && github.repository == 'emscripten-forge/recipes')
101101
shell: bash -l {0}
102102
run: |
103-
overall_success=true
104103
104+
# add github workspace to python path
105+
export PYTHONPATH="${GITHUB_WORKSPACE}:${PYTHONPATH}"
106+
107+
overall_success=true
105108
# Loop over {emscripten-wasm32, linux-64, noarch}
106109
for platform in emscripten-wasm32 linux-64 noarch; do
107110
if [ -d "${GITHUB_WORKSPACE}/output/${platform}" ]; then

recipes/recipes_emscripten/regex/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source:
1111
sha256: f7b43acb2c46fb2cd506965b2d9cf4c5e64c9c612bac26c1187933c7296bf08c
1212

1313
build:
14-
number: 4
14+
number: 5
1515

1616
files:
1717
exclude:

0 commit comments

Comments
 (0)