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
11 changes: 10 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
steps:
- name: Checkout opensim-gui
uses: actions/checkout@v2
with:
repository: opensim-org/opensim-gui
ref: 4.3

- name: Install SWIG
run: choco install swig --version 4.0.2 --yes --limit-output --allow-downgrade
Expand Down Expand Up @@ -150,6 +153,9 @@ jobs:
steps:
- name: Checkout opensim-gui
uses: actions/checkout@v2
with:
repository: opensim-org/opensim-gui
ref: 4.3

- name: Checkout opensim-core master
uses: actions/checkout@v2
Expand Down Expand Up @@ -297,7 +303,10 @@ jobs:

- name: Checkout opensim-gui
uses: actions/checkout@v2

with:
repository: opensim-org/opensim-gui
ref: 4.3

- name: Checkout opensim-core master
uses: actions/checkout@v2
with:
Expand Down