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 6992500 commit 2da3020Copy full SHA for 2da3020
.github/workflows/ci_linux.yml
@@ -18,7 +18,7 @@ on:
18
19
jobs:
20
21
- linuxMeson:
+ meson:
22
runs-on: ubuntu-latest
23
steps:
24
- uses: actions/checkout@v2
@@ -51,7 +51,7 @@ jobs:
51
name: Linux_Meson_Testlog
52
path: build/meson-logs/testlog.txt
53
54
- linuxCmake:
+ cmake:
55
56
57
.github/workflows/ci_mac.yml
- macMeson:
runs-on: macos-latest
@@ -48,7 +48,7 @@ jobs:
48
name: Mac_Meson_Testlog
49
50
- macCmake:
0 commit comments