Skip to content
Open
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
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
repository: opensim-org/opensim-core
path: 'opensim-core'
ref: fix_cmctaskset_copy
ref: feature_add-mesh-refcounting
depth: 1

- name: Cache opensim-core-dependencies
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
makensis.exe make_installer.nsi
mv OpenSim-${{ steps.build-gui.outputs.version }}-win64.exe $env:GITHUB_WORKSPACE
- name: Upload GUI installer
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: OpenSim-${{ steps.build-gui.outputs.version }}-win64
path: OpenSim-${{ steps.build-gui.outputs.version }}-win64.exe
Expand All @@ -161,7 +161,7 @@ jobs:
with:
repository: opensim-org/opensim-core
path: 'opensim-core'
ref: fix_cmctaskset_copy
ref: feature_add-mesh-refcounting

- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
mv Gui/opensim/dist/OpenSim-$VERSION.pkg $GITHUB_WORKSPACE

- name: Upload GUI installer
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: OpenSim-${{ steps.build-gui.outputs.version }}-mac
path: OpenSim-${{ steps.build-gui.outputs.version }}.pkg
Expand All @@ -316,7 +316,7 @@ jobs:
with:
repository: opensim-org/opensim-core
path: 'opensim-core'
ref: fix_cmctaskset_copy
ref: feature_add-mesh-refcounting

- 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 Expand Up @@ -424,7 +424,7 @@ jobs:
mv Gui/opensim/dist/OpenSim-$VERSION.tar.gz $GITHUB_WORKSPACE

- name: Upload GUI installer
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: OpenSim-${{ steps.build-gui.outputs.version }}-ub20-linux
path: OpenSim-${{ steps.build-gui.outputs.version }}.tar.gz
Loading