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 8, 2023
1 parent cfc32d5 commit 80d15d6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build-libantimonyjs-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
EMSDK_NODE: emsdk/node/16.20.0_64bit/bin/node
SBML_VERS: "5.20.0"
ANT_VERS: "2.13.4"
job1:
steps:
- uses: actions/checkout@v4
- name: get emscripten
Expand Down Expand Up @@ -83,7 +84,16 @@ jobs:
- name: List build libantimonyjs files
run: ls -l
working-directory: install

-name: Copy libantimonyjs to test dir
run: cp libantimonyjs.* test
working-directory: install
job2:
needs: job1
steps:
- name: check files
run: ls -l
working-directory: test




Expand Down

0 comments on commit 80d15d6

Please sign in to comment.