Skip to content

Commit

Permalink
Update build-libantimonyjs-github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NSR-Physiome committed Nov 7, 2023
1 parent e45c6be commit 390b4d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-libantimonyjs-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on: [push]
jobs:
build-new-version-antimonyjs:
runs-on: ubuntu-latest
env:
EMSDK: $GITHUB_WORKSPACE/emsdk
EMSDK_NODE: $GITHUB_WORKSPACE/emsdk/node/16.20.0_64bit/bin/node
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand All @@ -30,7 +33,7 @@ jobs:
- run: echo "$GITHUB_WORKSPACE/emsdk" >> $GITHUB_PATH
- name: set permissions for emsdk_env.sh, not necessary??
run: chmod +x emsdk/emsdk_env.sh
- name: Set up emscripten environment
- name: Set up emscripten environment, does not work, remove.
run: ./emsdk_env.sh
working-directory: emsdk
- run: echo $GITHUB_PATH
Expand Down

0 comments on commit 390b4d1

Please sign in to comment.