Update dailycmake.yml

This commit is contained in:
Egor Pugin 2021-01-18 15:40:17 +03:00 committed by GitHub
parent 3a2eedd291
commit 3c92664391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,6 @@ jobs:
run: cmake --build build --config ${{ matrix.build_type }}
build-windows:
runs-on: ${{ matrix.os }}
strategy:
matrix:
@ -85,6 +84,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: egorpugin/sw-action@master
- name: Configure
run: |