diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index bf718d17e..fe893abf1 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -109,7 +109,7 @@ jobs: - name: Install dependencies (SCIPOptSuite) if: steps.cache-scip.outputs.cache-hit != 'true' run: | - brew install tbb boost bison + brew install tbb boost wget --quiet --no-check-certificate https://github.com/scipopt/scip/releases/download/$(echo "v${{env.version}}" | tr -d '.')/scipoptsuite-${{ env.version }}.tgz tar xfz scipoptsuite-${{ env.version }}.tgz cd scipoptsuite-${{ env.version }}