Skip to content

Commit

Permalink
Remove extra commands
Browse files Browse the repository at this point in the history
  • Loading branch information
NSR-Physiome committed Nov 8, 2023
1 parent f91489f commit cfc32d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-libantimonyjs-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
ANT_VERS: "2.13.4"
steps:
- uses: actions/checkout@v4
- run: ls
- name: get emscripten
run: git clone https://github.com/emscripten-core/emsdk.git
- name: change emsdk script permissions
Expand All @@ -29,9 +28,7 @@ jobs:
- name: confirm emscripten works
run: emcc -v
- run: echo $PATH
- run: echo $EMSDK
- run: echo $EMSDK_NODE
- run: echo $LIBANTIMONY_JS
- run: mkdir install
- run: wget https://github.com/libexpat/libexpat/releases/download/R_2_2_10/expat-2.2.10.tar.bz2
- run: tar -xf expat-2.2.10.tar.bz2
Expand Down

0 comments on commit cfc32d5

Please sign in to comment.