|
|
@@ -110,7 +110,7 @@ jobs:
|
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
|
- name: Download custom ccache once
|
|
|
- if: false
|
|
|
+ if: inputs.use_cache
|
|
|
run: |
|
|
|
set -uo pipefail
|
|
|
echo "::group::Download ccache"
|
|
|
@@ -131,7 +131,7 @@ jobs:
|
|
|
fi
|
|
|
echo "::endgroup::"
|
|
|
- name: Upload ccache artifact
|
|
|
- if: false
|
|
|
+ if: inputs.use_cache
|
|
|
uses: actions/upload-artifact@v7
|
|
|
with:
|
|
|
name: ccache-binary
|