We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433e6f4 commit e313fa8Copy full SHA for e313fa8
2 files changed
.github/workflows/mac.yml
@@ -14,7 +14,8 @@ jobs:
14
config: [Release, Debug]
15
standalone: [OFF, ON]
16
toolchain: [macos-clang, macos-gnu] # remove temporary macos-clang-llvm
17
- isPR: ${{ github.event_name == 'pull_request' }}
+ isPR:
18
+ - ${{ github.event_name == 'pull_request' }}
19
exclude:
20
- isPR: true
21
standalone: OFF
.github/workflows/windows.yml
@@ -16,7 +16,8 @@ jobs:
generate: [Visual Studio 17 2022, Ninja]
arch: [x64, Win32]
22
- toolchain: windows-clang-cl
23
arch: Win32
0 commit comments