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 6a20590 commit 16e759eCopy full SHA for 16e759e
‎.github/workflows/build.yml
@@ -36,8 +36,8 @@ jobs:
36
run: |
37
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
38
cd ${{github.workspace}}/build
39
- ./tests/test-initcpio
40
- ./tests/test-pacmanconf
+ ./gucc/tests/test-initcpio
+ ./gucc/tests/test-pacmanconf
41
shell: bash
42
build-cmake_withoutdev:
43
name: Build with CMake (DEVENV OFF)
@@ -80,8 +80,8 @@ jobs:
80
81
meson compile -C ${{github.workspace}}/build
82
83
84
85
86
build-meson_withoutdev:
87
name: Build with Meson (DEVENV OFF)
0 commit comments