Skip to content

Commit ac12456

Browse files
committed
[GitHub] Update SOFA minimal binaries to v20.12.02 (2)
1 parent bb67817 commit ac12456

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)