File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -258,21 +258,10 @@ jobs:
258258 shell : bash
259259 steps :
260260 - uses : actions/checkout@v2
261- - name : cache install
262- id : cache-install
263- uses : actions/cache@v2
264- with :
265- path : |
266- /intel/oneapi/intelpython
267- key : install-${{ env.CACHE_NUMBER }}-${{ env.LINUX_AIKIT_URL }}-compiler-tbb-${{ hashFiles('**/scripts/cache_exclude_linux.sh') }}
268261 - name : install
269- if : steps.cache-install.outputs.cache-hit != 'true'
270262 run : scripts/install_linux_aitools.sh $LINUX_AIKIT_URL
271263 - name : build
272264 run : scripts/build_linux_aitools.sh $SAMPLES_TAG
273- - name : exclude unused files from cache
274- if : steps.cache-install.outputs.cache-hit != 'true'
275- run : scripts/cache_exclude_linux.sh
276265
277266 # Delete the following if you don't want to save install logs
278267 - name : Saving install logs
You can’t perform that action at this time.
0 commit comments