aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/boost_clang_windows.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/boost_clang_windows.yml')
-rw-r--r--.github/workflows/boost_clang_windows.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/boost_clang_windows.yml b/.github/workflows/boost_clang_windows.yml
index 43dbe6d..6c2612d 100644
--- a/.github/workflows/boost_clang_windows.yml
+++ b/.github/workflows/boost_clang_windows.yml
@@ -50,8 +50,6 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
- with:
- python-version: '3.x'
- name: Install Clang
uses: egor-tensin/setup-clang@v1
@@ -59,12 +57,12 @@ jobs:
- name: Set up software environment
uses: ./.github/actions/software-environment
with:
- toolset: ${{ matrix.toolset }}
+ toolset: '${{ matrix.toolset }}'
- name: Download Boost
uses: ./.github/actions/download-boost
with:
- boost-version: ${{ matrix.boost-version }}
+ boost-version: '${{ matrix.boost-version }}'
- name: Bootstrap Boost
run: |