diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-08 02:11:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-08 02:11:32 +0300 |
commit | d3b9f66f68fe0700c2610e297e7d382d7adc925c (patch) | |
tree | 08d4c8983585584dadc1d58555d58f46060aa66b /.github/workflows/boost_clang_windows.yml | |
parent | toolset "visual-studio" -> "vs" (diff) | |
download | cmake-common-d3b9f66f68fe0700c2610e297e7d382d7adc925c.tar.gz cmake-common-d3b9f66f68fe0700c2610e297e7d382d7adc925c.zip |
workflows: lint, tweak job names, etc.
Diffstat (limited to '.github/workflows/boost_clang_windows.yml')
-rw-r--r-- | .github/workflows/boost_clang_windows.yml | 6 |
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: | |