diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-09-01 14:10:28 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-09-01 18:35:18 +0200 |
commit | e150cdaf11800220f2cac0b6b348ebf8583514b0 (patch) | |
tree | 0868cf1c56335071ff773d20f6698be1dd1f4b76 | |
parent | 66795dbc90e5013eb5ddf941f7e462053a3d5229 (diff) | |
download | libquotient-e150cdaf11800220f2cac0b6b348ebf8583514b0.tar.gz libquotient-e150cdaf11800220f2cac0b6b348ebf8583514b0.zip |
Add update-api on Windows pipeline
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d985fca..c90037ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,12 @@ jobs: platform: x64 qt-version: '5.12.10' qt-arch: win64_msvc2017_64 + - os: windows-2019 + compiler: MSVC + platform: x64 + qt-version: '5.12.10' + qt-arch: win64_msvc2017_64 + update-api: update-api steps: - uses: actions/checkout@v2 |