commit
42178b6191
2
.github/workflows/alt-architectures.yml
vendored
2
.github/workflows/alt-architectures.yml
vendored
@ -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:
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user