From 3ef3874d0ba504c5fffc610481c7e68cef2351f3 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 4 May 2021 10:18:48 +0300 Subject: workflows/ci: linting --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e15b5ef..81224d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,13 +23,13 @@ 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 }}' - defaults: - run: - shell: pwsh steps: - name: Checkout uses: actions/checkout@v2 -- cgit v1.2.3