diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-03 11:07:21 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-03 11:15:12 +0300 |
commit | c50da6df065985db1cd2d92f386c17a1731150ad (patch) | |
tree | 5c2fc0e3865dd2bf8af188b861c88d720579c3a8 /.github/workflows/boost_download.yml | |
parent | project.boost: Bintray was shut down (diff) | |
download | cmake-common-c50da6df065985db1cd2d92f386c17a1731150ad.tar.gz cmake-common-c50da6df065985db1cd2d92f386c17a1731150ad.zip |
project.boost.download: add --no-retry parameter
This is to facilitate testing mostly, but still required substantion
refactoring.
Diffstat (limited to '.github/workflows/boost_download.yml')
-rw-r--r-- | .github/workflows/boost_download.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |