Skip to content

Commit

Permalink
ci,build: fix emscripten version
Browse files Browse the repository at this point in the history
  • Loading branch information
takase1121 committed Apr 29, 2024
1 parent bf5b91b commit 74ec119
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
# TODO: fix cache
- name: Setup emsdk
uses: mymindstorm/setup-emsdk@v14
# with:
# version: 3.1.58
with:
version: 3.1.57
# actions-cache-folder: emsdk-cache

- name: Setup environment variables
Expand Down
2 changes: 1 addition & 1 deletion core/get-imports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ generate_list() {

output="$1"; shift

list="_main,setTempRet0,getTempRet0,$(generate_list "$@" | tr '\n' ',')"
list="_main,$(generate_list "$@" | tr '\n' ',')"
list="${list%,*}"

cat << EOF > "$output"
Expand Down

0 comments on commit 74ec119

Please sign in to comment.