Re-enable ccache, which appears unrelated to the test failures.
PiperOrigin-RevId: 950745972 Change-Id: I5544a2f6421d8c1b897df03a5438458ebd744c40
This commit is contained in:
committed by
Copybara-Service
parent
1a33ca4ae5
commit
a62bf19e64
@@ -101,12 +101,12 @@ jobs:
|
||||
# each compiler gets its own cache; the action's restore-keys let PR branches
|
||||
# fall back to main's cache. ccache on Windows/MSVC is finicky and Windows
|
||||
# isn't the bottleneck, so we skip it there.
|
||||
# - name: Setup ccache
|
||||
# if: ${{ runner.os != 'Windows' }}
|
||||
# uses: hendrikmuhs/ccache-action@v1.2.23
|
||||
# with:
|
||||
# key: ${{ matrix.label }}
|
||||
# max-size: "1.5G"
|
||||
- name: Setup ccache
|
||||
if: ${{ runner.os != 'Windows' }}
|
||||
uses: hendrikmuhs/ccache-action@v1.2.23
|
||||
with:
|
||||
key: ${{ matrix.label }}
|
||||
max-size: "1.5G"
|
||||
|
||||
- name: Configure MuJoCo
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user