mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ci: update build configurations (#14069)
Explicitly set `KODEBUG` in preparation for bumping base with https://github.com/koreader/koreader-base/pull/2118.
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -35,6 +35,7 @@ jobs:
|
||||
# Bump first number to reset all caches.
|
||||
CACHE_KEY: "1-macOS-${{ matrix.image }}-${{ matrix.platform }}-XC${{ matrix.xcode_version }}-DT${{ matrix.deployment_target }}"
|
||||
CLICOLOR_FORCE: '1'
|
||||
KODEBUG: ""
|
||||
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.deployment_target }}
|
||||
MAKEFLAGS: 'OUTPUT_DIR=build INSTALL_DIR=install TARGET=macos'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user