Skip to content

Commit aaf08aa

Browse files
author
Max Weidauer
committed
reenabled sccache, bumped version
1 parent f5b5fb6 commit aaf08aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_test_artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
fetch-depth: 0
8686

8787
# We cache the build to speed up the build process
88-
# - name: cache the build
89-
# uses: mozilla-actions/sccache-action@v0.0.9
88+
- name: cache the build
89+
uses: mozilla-actions/sccache-action@v0.0.9
9090

9191
# Typical cmake configuration with default generator
9292
# With DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" we can build universal binaries for apple computers

0 commit comments

Comments
 (0)