From c50da6df065985db1cd2d92f386c17a1731150ad Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 3 May 2021 11:07:21 +0300 Subject: project.boost.download: add --no-retry parameter This is to facilitate testing mostly, but still required substantion refactoring. --- .github/workflows/boost_download.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/boost_download.yml') diff --git a/.github/workflows/boost_download.yml b/.github/workflows/boost_download.yml index d5dc717..a718f60 100644 --- a/.github/workflows/boost_download.yml +++ b/.github/workflows/boost_download.yml @@ -35,6 +35,7 @@ jobs: uses: ./.github/actions/download-boost with: boost-version: '${{ matrix.boost-version }}' + no-retry: 1 - name: Check that Boost was downloaded uses: ./.github/actions/check-boost-download -- cgit v1.2.3