Skip to content

Commit ab6793f

Browse files
committed
Revert "Disable caching"
This reverts commit fc616b5.
1 parent ed5378e commit ab6793f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
GTSAM_BUILD_UNSTABLE: ${{ matrix.build_unstable }}
2929
BOOST_VERSION: 1.72.0
3030
BOOST_EXE: boost_1_72_0-msvc-14.2
31-
SCCACHE_GHA_ENABLED: OFF
31+
SCCACHE_GHA_ENABLED: ON
3232

3333
strategy:
3434
fail-fast: true

.github/workflows/vcpkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: ${{ matrix.os }}
1717
runs-on: ${{ matrix.os }}
1818
env:
19-
SCCACHE_GHA_ENABLED: 0
19+
SCCACHE_GHA_ENABLED: 1
2020
# Some files take so long to compile that the sccache daemon times out,
2121
# which is bad for stats tracking. Always keep sccache daemon alive.
2222
SCCACHE_IDLE_TIMEOUT: 0

0 commit comments

Comments
 (0)