File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -258,21 +258,10 @@ jobs:
258
258
shell : bash
259
259
steps :
260
260
- 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') }}
268
261
- name : install
269
- if : steps.cache-install.outputs.cache-hit != 'true'
270
262
run : scripts/install_linux_aitools.sh $LINUX_AIKIT_URL
271
263
- name : build
272
264
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
276
265
277
266
# Delete the following if you don't want to save install logs
278
267
- name : Saving install logs
You can’t perform that action at this time.
0 commit comments