File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments