Disable s3 cache for build deps ci

This commit is contained in:
Daniel A. Wozniak 2024-10-29 15:30:10 -07:00 committed by Daniel Wozniak
parent aad3905022
commit 69df1dcff8

View file

@ -87,7 +87,7 @@ jobs:
runs-on:
- linux-${{ matrix.arch }}
env:
USE_S3_CACHE: 'true'
USE_S3_CACHE: 'false'
timeout-minutes: 90
strategy:
fail-fast: false