summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGarrett Cox <garrettjcox@gmail.com>2026-03-21 00:37:41 -0500
committerGitHub <noreply@github.com>2026-03-21 00:37:41 -0500
commitaa2e47ccd421ec2d6cd24e002abfac9e1091ebcf (patch)
treefa20a7ed0bedebfead56dc40ecf611e14525a3c6 /.github/workflows
parent59121d713f1c63e453239c5d02b9fdd25d2a8735 (diff)
cache tweak (#1608)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4038baa7b..45d9a2a20 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -100,6 +100,8 @@ jobs:
name: 2ship.o2r
path: build-cmake/mm
- name: Build 2Ship
+ env:
+ SCCACHE_CACHE_MULTIARCH: 1
run: |
cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
cmake --build build-cmake -j