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 457e5d0 commit aecb00cCopy full SHA for aecb00c
.github/workflows/aravis-mingw.yml
@@ -11,7 +11,7 @@ on:
11
workflow_dispatch:
12
13
jobs:
14
- test-mingw:
+ mingw:
15
runs-on: windows-latest
16
strategy:
17
fail-fast: false # see all failures, not just the first one
.github/workflows/aravis-msvc.yml
@@ -8,7 +8,7 @@ on:
8
9
10
- test-msvc:
+ msvc:
fail-fast: false
0 commit comments