File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,17 @@ jobs:
4242 (inputs.host-platform == 'win-64' && 'windows-2022') }}
4343 env :
4444 SCCACHE_GHA_ENABLED : " true"
45- SCCACHE_DIR : ${{ github.workspace }}/.sccache
4645
4746 steps :
4847 - name : Checkout ${{ github.event.repository.name }}
4948 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5049 with :
5150 fetch-depth : 0
5251
52+ - name : Setup SCCACHE_DIR
53+ run : |
54+ echo "SCCACHE_DIR=${{ github.workspace }}/.sccache" >> $GITHUB_ENV
55+
5356 - name : Enable sccache
5457 uses : mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # 0.0.9
5558
Original file line number Diff line number Diff line change 8686 echo " CUDA_BINDINGS_ARTIFACTS_DIR=$( realpath " ${REPO_DIR} /cuda_bindings/dist" ) "
8787 echo " CUDA_BINDINGS_CYTHON_TESTS_DIR=$( realpath " ${REPO_DIR} /cuda_bindings/tests/cython" ) "
8888} >> $GITHUB_ENV
89-
90- echo " SCCACHE_PATH=$( which sccache) "
You can’t perform that action at this time.
0 commit comments