Disable ccache to see if it fixes random test crash issues.
PiperOrigin-RevId: 949521487 Change-Id: I3b1f6c46ee015ad134a1c16a9bbc6edfd001659a
This commit is contained in:
committed by
Copybara-Service
parent
b75470a1e0
commit
9331c1cd9b
@@ -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