We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b5fb6 commit aaf08aaCopy full SHA for aaf08aa
1 file changed
.github/workflows/build_test_artifacts.yml
@@ -85,8 +85,8 @@ jobs:
85
fetch-depth: 0
86
87
# We cache the build to speed up the build process
88
- # - name: cache the build
89
- # uses: mozilla-actions/sccache-action@v0.0.9
+ - name: cache the build
+ uses: mozilla-actions/sccache-action@v0.0.9
90
91
# Typical cmake configuration with default generator
92
# With DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" we can build universal binaries for apple computers
0 commit comments