diff options
Diffstat (limited to '.github/workflows/boost_download.yml')
-rw-r--r-- | .github/workflows/boost_download.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/boost_download.yml b/.github/workflows/boost_download.yml index 0cd7f94..a9eb826 100644 --- a/.github/workflows/boost_download.yml +++ b/.github/workflows/boost_download.yml @@ -14,7 +14,7 @@ jobs: matrix: boost-version: [1.58.0, 1.72.0] runs-on: ubuntu-20.04 - name: 'Download / ${{ matrix.boost-version }}' + name: 'Download: ${{ matrix.boost-version }}' defaults: run: shell: pwsh @@ -23,8 +23,6 @@ jobs: 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: |