Merge pull request #10789 from akallabeth/ci

Ci
This commit is contained in:
akallabeth 2024-10-27 20:35:11 +01:00 committed by GitHub
commit 42178b6191
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
distro: ubuntu22.04
steps:
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@master
- uses: uraimo/run-on-arch-action@v2.8.1
name: "Run tests"
id: build
with:

View File

@ -2,7 +2,7 @@ message("PRELOADING cache")
set (CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "preload")
set (BUILD_TESTING_INTERNAL ON CACHE BOOL "preload")
set (WITH_MANPAGES ON CACHE BOOL "preload")
set (CMAKE_BUILD_TYPE "preload" CACHE STRING "preload")
set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "preload")
set (WITH_PULSE ON CACHE BOOL "preload")
set (WITH_CHANNELS ON CACHE BOOL "preload")
set (WITH_CUPS ON CACHE BOOL "preload")