We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a7347 commit 42e98b6Copy full SHA for 42e98b6
.github/workflows/msys2-clang.yml
@@ -19,12 +19,6 @@ jobs:
19
- msystem: "MINGW32"
20
install: mingw-w64-i686-cmake mingw-w64-i686-ninja mingw-w64-i686-clang
21
type: Release
22
- - msystem: "MINGW64"
23
- install: mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw-w64-x86_64-gcc
24
- type: Debug
25
- - msystem: "MINGW32"
26
- install: mingw-w64-i686-cmake mingw-w64-i686-ninja mingw-w64-i686-gcc
27
28
env:
29
CMAKE_GENERATOR: Ninja
30
.github/workflows/vs16-clang-ninja-ci.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v2
11
- name: 'Run CMake with VS16'
12
- uses: lukka/run-cmake@v2
+ uses: lukka/run-cmake@v3
13
with:
14
cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
15
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
0 commit comments