We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5378e commit ab6793fCopy full SHA for ab6793f
.github/workflows/build-windows.yml
@@ -28,7 +28,7 @@ jobs:
28
GTSAM_BUILD_UNSTABLE: ${{ matrix.build_unstable }}
29
BOOST_VERSION: 1.72.0
30
BOOST_EXE: boost_1_72_0-msvc-14.2
31
- SCCACHE_GHA_ENABLED: OFF
+ SCCACHE_GHA_ENABLED: ON
32
33
strategy:
34
fail-fast: true
.github/workflows/vcpkg.yml
@@ -16,7 +16,7 @@ jobs:
16
name: ${{ matrix.os }}
17
runs-on: ${{ matrix.os }}
18
env:
19
- SCCACHE_GHA_ENABLED: 0
+ SCCACHE_GHA_ENABLED: 1
20
# Some files take so long to compile that the sccache daemon times out,
21
# which is bad for stats tracking. Always keep sccache daemon alive.
22
SCCACHE_IDLE_TIMEOUT: 0
0 commit comments