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 a5a0d3f commit 2038c18
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build-libantimonyjs-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ jobs:
build-new-version-antimonyjs:
runs-on: ubuntu-latest
env:
EMSDK: "$GITHUB_WORKSPACE/emsdk"
EMSDK: $GITHUB_WORKSPACE/emsdk
EMSDK_NODE: $GITHUB_WORKSPACE/emsdk/node/16.20.0_64bit/bin/node
LIBANTIMONYJS_DIR: $GITHUB_WORKSPACE/libantimonyjs
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm install -g bats
- run: bats -v
- run: ls
- name: get emscripten
run: git clone https://github.com/emscripten-core/emsdk.git
- name: list files
Expand Down Expand Up @@ -42,6 +39,7 @@ jobs:
- run: echo $PATH
- run: echo $EMSDK
- run: echo $EMSDK_NODE
- run: echo $LIBANTIMONY_JS



0 comments on commit 2038c18

Please sign in to comment.