Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
with:
repository: opensim-org/opensim-core
path: 'opensim-core'
ref: fix_cmctaskset_copy
depth: 1

- name: Cache opensim-core-dependencies
id: cache-dependencies
Expand Down Expand Up @@ -159,6 +161,7 @@ jobs:
with:
repository: opensim-org/opensim-core
path: 'opensim-core'
ref: fix_cmctaskset_copy

- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -313,6 +316,7 @@ jobs:
with:
repository: opensim-org/opensim-core
path: 'opensim-core'
ref: fix_cmctaskset_copy

- name: Install packages
run: sudo apt-get update && sudo apt-get install --yes liblapack-dev freeglut3-dev libxi-dev libxmu-dev doxygen python3 python3-dev python3-numpy python3-setuptools gfortran-7
Expand Down