Skip to content

Commit 05bd399

Browse files
committed
[GitHub] Update SOFA minimal binaries to v20.12.02
1 parent d053b99 commit 05bd399

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/macos.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
brew install ccache ninja boost eigen pybind11
2828
python3 -m pip install numpy
2929
30-
- name: Download SOFA nightly build
30+
- name: Download SOFA v20.12.02
3131
run: |
3232
curl --output sofa.zip -L \
33-
https://ci.inria.fr/sofa-ci-dev/job/nightly-generate-binaries-v20.12/lastSuccessfulBuild/CI_SCOPE=binaries_minimal/artifact/MacOS/*zip*/MacOS.zip
33+
https://ci.inria.fr/sofa-ci-dev/job/nightly-generate-binaries/CI_SCOPE=binaries_minimal/309/artifact/MacOS/*zip*/MacOS.zip
3434
35-
- name: Install SOFA nightly build
35+
- name: Install SOFA v20.12.02
3636
run: |
3737
sudo unzip sofa.zip -d temp
3838
sudo unzip temp/MacOS/`ls temp/MacOS/` -d temp
@@ -105,12 +105,12 @@ jobs:
105105
brew install boost
106106
python3 -m pip install numpy
107107
108-
- name: Download SOFA nightly build
108+
- name: Download SOFA v20.12.02
109109
run: |
110110
curl --output sofa.zip -L \
111-
https://ci.inria.fr/sofa-ci-dev/job/nightly-generate-binaries-v20.12/lastSuccessfulBuild/CI_SCOPE=binaries_minimal/artifact/MacOS/*zip*/MacOS.zip
111+
https://ci.inria.fr/sofa-ci-dev/job/nightly-generate-binaries/CI_SCOPE=binaries_minimal/309/artifact/MacOS/*zip*/MacOS.zip
112112
113-
- name: Install SOFA nightly build
113+
- name: Install SOFA v20.12.02
114114
run: |
115115
sudo unzip sofa.zip -d temp
116116
sudo unzip temp/MacOS/`ls temp/MacOS/` -d temp

.github/workflows/ubuntu.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
- name: Install pybind11
4343
run: cd /tmp/pybind11 && sudo make install
4444

45-
- name: Download SOFA nightly build
45+
- name: Download SOFA v20.12.02
4646
run: |
4747
curl --output sofa.zip -L \
48-
https://ci.inria.fr/sofa-ci-dev/job/nightly-generate-binaries-v20.12/lastSuccessfulBuild/CI_SCOPE=binaries_minimal/artifact/Linux/*zip*/Linux.zip
48+
https://ci.inria.fr/sofa-ci-dev/job/nightly-generate-binaries/CI_SCOPE=binaries_minimal/309/artifact/Linux/*zip*/Linux.zip
4949
50-
- name: Install SOFA nightly build
50+
- name: Install SOFA v20.12.02
5151
run: |
5252
sudo unzip sofa.zip -d temp
5353
sudo unzip temp/Linux/`ls temp/Linux/` -d temp
@@ -120,12 +120,12 @@ jobs:
120120
sudo apt install -qq libboost-all-dev
121121
python3 -m pip install numpy
122122
123-
- name: Download SOFA nightly build
123+
- name: Download SOFA v20.12.02
124124
run: |
125125
curl --output sofa.zip -L \
126-
https://ci.inria.fr/sofa-ci-dev/job/nightly-generate-binaries-v20.12/lastSuccessfulBuild/CI_SCOPE=binaries_minimal/artifact/Linux/*zip*/Linux.zip
126+
https://ci.inria.fr/sofa-ci-dev/job/nightly-generate-binaries/CI_SCOPE=binaries_minimal/309/artifact/Linux/*zip*/Linux.zip
127127
128-
- name: Install SOFA nightly build
128+
- name: Install SOFA v20.12.02
129129
run: |
130130
sudo unzip sofa.zip -d temp
131131
sudo unzip temp/Linux/`ls temp/Linux/` -d temp

0 commit comments

Comments
 (0)