aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 11:05:49 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 11:05:49 +0300
commitf1d8a3e8f7f08ca468bcf07fde3584e815aee01d (patch)
tree3abc4a7930a657784a29f125cf50316073dee99a
parentworkflows/ci: cache Boost archive (diff)
downloadwinapi-common-f1d8a3e8f7f08ca468bcf07fde3584e815aee01d.tar.gz
winapi-common-f1d8a3e8f7f08ca468bcf07fde3584e815aee01d.zip
workflows/ci: linting
-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 2acea1a..bf7e123 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.65.0
CMAKE_FLAGS: -D WINAPI_COMMON_TESTS=ON
- defaults:
- run:
- shell: pwsh
steps:
- name: Checkout
uses: actions/checkout@v2