File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ jobs:
106106 - name : Setup Cache
107107 uses : actions/cache@v5
108108 id : cache-rocm
109+ continue-on-error : true
109110 with :
110111 path : C:\Program Files\AMD\ROCm
111112 key : rocm-${{ env.HIPSDK_INSTALLER_VERSION }}-${{ runner.os }}
Original file line number Diff line number Diff line change @@ -787,6 +787,7 @@ jobs:
787787 - name : Use ROCm Installation Cache
788788 uses : actions/cache@v5
789789 id : cache-rocm
790+ continue-on-error : true
790791 with :
791792 path : C:\Program Files\AMD\ROCm
792793 key : rocm-${{ env.HIPSDK_INSTALLER_VERSION }}-${{ runner.os }}
Original file line number Diff line number Diff line change @@ -1008,6 +1008,7 @@ jobs:
10081008 - name : Cache ROCm Installation
10091009 id : cache-rocm
10101010 uses : actions/cache@v5
1011+ continue-on-error : true
10111012 with :
10121013 path : C:\Program Files\AMD\ROCm
10131014 key : rocm-${{ env.HIPSDK_INSTALLER_VERSION }}-${{ runner.os }}
You can’t perform that action at this time.
0 commit comments