diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:48:27 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:48:27 +0300 |
commit | 507784f64e4f244d1b26f5d79f55781eb4316001 (patch) | |
tree | e9bc711f04e767fe2c9a7e19d5dc3f15fd30832b | |
parent | workflows/ci: cache Boost archive (diff) | |
download | winapi-utf8-507784f64e4f244d1b26f5d79f55781eb4316001.tar.gz winapi-utf8-507784f64e4f244d1b26f5d79f55781eb4316001.zip |
workflows/ci: linting
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d76b18d..534ee68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,15 +35,15 @@ jobs: - {os: ubuntu-20.04, toolset: mingw} runs-on: '${{ matrix.os }}' name: 'Build: ${{ matrix.os }} / ${{ matrix.toolset }} / ${{ matrix.platform }} / ${{ matrix.configuration }}' + defaults: + run: + shell: pwsh env: TOOLSET: '${{ matrix.toolset }}' PLATFORM: '${{ matrix.platform }}' CONFIGURATION: '${{ matrix.configuration }}' BOOST_VERSION: 1.72.0 CMAKE_FLAGS: -D WINAPI_UTF8_TESTS=ON - defaults: - run: - shell: pwsh steps: - name: Checkout uses: actions/checkout@v2 |