aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/boost_download.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/boost_download.yml')
-rw-r--r--.github/workflows/boost_download.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/boost_download.yml b/.github/workflows/boost_download.yml
index a718f60..0cd7f94 100644
--- a/.github/workflows/boost_download.yml
+++ b/.github/workflows/boost_download.yml
@@ -13,29 +13,22 @@ jobs:
strategy:
matrix:
boost-version: [1.58.0, 1.72.0]
-
runs-on: ubuntu-20.04
-
name: 'Download / ${{ matrix.boost-version }}'
-
defaults:
run:
shell: pwsh
-
steps:
- name: Checkout
uses: actions/checkout@v2
-
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
-
- name: Download Boost
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