Skip to content

Commit

Permalink
using _${{ hash }}_ instead of _hash_ (emscripten-forge#1251)
Browse files Browse the repository at this point in the history
* using  _${{ hash }}_

* Update build_recipes.yaml
  • Loading branch information
DerThorsten authored Jul 31, 2024
1 parent d05551a commit 50b4171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_recipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
shell: bash -el {0}
if: github.event_name == 'pull_request'
run: |
python -m emci build changed $GITHUB_WORKSPACE/ origin/main HEAD
python -m emci build changed $GITHUB_WORKSPACE/ origin/emscripten-3.1.58 HEAD
################################################################
# UPLOAD
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/python/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:

build:
number: 25
string: h_hash_25_cpython
string: h_${{ hash }}_25_cpython

requirements:
build:
Expand Down

0 comments on commit 50b4171

Please sign in to comment.