aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 10:28:31 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 10:28:31 +0300
commiteb8038523dbde838cd577f8fd6e6c67370ff944d (patch)
treeac93587d7bc9d002e45757dc65a8234195d8a48d /.github/workflows/ci.yml
parentworkflows/ci: cache Boost archive (diff)
downloadwinapi-debug-eb8038523dbde838cd577f8fd6e6c67370ff944d.tar.gz
winapi-debug-eb8038523dbde838cd577f8fd6e6c67370ff944d.zip
workflows/ci: linting
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index be60820..2584d6b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -35,14 +35,14 @@ 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.65.0
- defaults:
- run:
- shell: pwsh
steps:
- name: Checkout
uses: actions/checkout@v2