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 c6cf0a0 commit b92ce6fCopy full SHA for b92ce6f
.github/workflows/linux.yml
@@ -3,7 +3,7 @@ name: Linux
3
on: [push, pull_request]
4
5
jobs:
6
- Linux:
+ gcc7:
7
strategy:
8
fail-fast: false
9
matrix:
.github/workflows/windows.yml
@@ -3,7 +3,7 @@ name: Windows
- Windows:
+ vs2019:
0 commit comments