@@ -162,14 +162,14 @@ jobs:
162162 id : check-cache
163163 uses : actions/cache@v1
164164 with :
165- path : ${{ runner.tool_cache }}/gcc-arm
166- key : gcc-arm
165+ path : ${{ runner.tool_cache }}/gcc-arm-9-2020-q2
166+ key : gcc-arm-9-2020-q2
167167 - name : Download
168168 if : steps.check-cache.outputs.cache-hit != 'true'
169- uses : fiam/arm-none-eabi-gcc@v1
169+ uses : fiam/arm-none-eabi-gcc@v1.0.2
170170 with :
171- release : ' 8-2019-q3 '
172- directory : ${{ runner.tool_cache }}/gcc-arm
171+ release : ' 9-2020-q2 '
172+ directory : ${{ runner.tool_cache }}/gcc-arm-9-2020-q2
173173
174174 cityhub_firmware :
175175 name : cityhub firmware
@@ -179,10 +179,10 @@ jobs:
179179 - name : Install cross-compiler
180180 uses : actions/cache@v1
181181 with :
182- path : ${{ runner.tool_cache }}/gcc-arm
183- key : gcc-arm
182+ path : ${{ runner.tool_cache }}/gcc-arm-9-2020-q2
183+ key : gcc-arm-9-2020-q2
184184 - name : Add cross-compiler to path
185- run : echo ::add-path::${{ runner.tool_cache }}/gcc-arm/bin
185+ run : echo ::add-path::${{ runner.tool_cache }}/gcc-arm-9-2020-q2 /bin
186186 - name : Checkout repo
187187 uses : actions/checkout@v2
188188 with :
@@ -223,10 +223,10 @@ jobs:
223223 - name : Install cross-compiler
224224 uses : actions/cache@v1
225225 with :
226- path : ${{ runner.tool_cache }}/gcc-arm
227- key : gcc-arm
226+ path : ${{ runner.tool_cache }}/gcc-arm-9-2020-q2
227+ key : gcc-arm-9-2020-q2
228228 - name : Add cross-compiler to path
229- run : echo ::add-path::${{ runner.tool_cache }}/gcc-arm/bin
229+ run : echo ::add-path::${{ runner.tool_cache }}/gcc-arm-9-2020-q2 /bin
230230 - name : Checkout repo
231231 uses : actions/checkout@v2
232232 with :
@@ -267,10 +267,10 @@ jobs:
267267 - name : Install cross-compiler
268268 uses : actions/cache@v1
269269 with :
270- path : ${{ runner.tool_cache }}/gcc-arm
271- key : gcc-arm
270+ path : ${{ runner.tool_cache }}/gcc-arm-9-2020-q2
271+ key : gcc-arm-9-2020-q2
272272 - name : Add cross-compiler to path
273- run : echo ::add-path::${{ runner.tool_cache }}/gcc-arm/bin
273+ run : echo ::add-path::${{ runner.tool_cache }}/gcc-arm-9-2020-q2 /bin
274274 - name : Checkout repo
275275 uses : actions/checkout@v2
276276 with :
@@ -311,10 +311,10 @@ jobs:
311311 - name : Install cross-compiler
312312 uses : actions/cache@v1
313313 with :
314- path : ${{ runner.tool_cache }}/gcc-arm
315- key : gcc-arm
314+ path : ${{ runner.tool_cache }}/gcc-arm-9-2020-q2
315+ key : gcc-arm-9-2020-q2
316316 - name : Add cross-compiler to path
317- run : echo ::add-path::${{ runner.tool_cache }}/gcc-arm/bin
317+ run : echo ::add-path::${{ runner.tool_cache }}/gcc-arm-9-2020-q2 /bin
318318 - name : Checkout repo
319319 uses : actions/checkout@v2
320320 with :
@@ -355,10 +355,10 @@ jobs:
355355 - name : Install cross-compiler
356356 uses : actions/cache@v1
357357 with :
358- path : ${{ runner.tool_cache }}/gcc-arm
359- key : gcc-arm
358+ path : ${{ runner.tool_cache }}/gcc-arm-9-2020-q2
359+ key : gcc-arm-9-2020-q2
360360 - name : Add cross-compiler to path
361- run : echo ::add-path::${{ runner.tool_cache }}/gcc-arm/bin
361+ run : echo ::add-path::${{ runner.tool_cache }}/gcc-arm-9-2020-q2 /bin
362362 - name : Checkout repo
363363 uses : actions/checkout@v2
364364 with :
@@ -387,10 +387,10 @@ jobs:
387387 - name : Install cross-compiler
388388 uses : actions/cache@v1
389389 with :
390- path : ${{ runner.tool_cache }}/gcc-arm
391- key : gcc-arm
390+ path : ${{ runner.tool_cache }}/gcc-arm-9-2020-q2
391+ key : gcc-arm-9-2020-q2
392392 - name : Add cross-compiler to path
393- run : echo ::add-path::${{ runner.tool_cache }}/gcc-arm/bin
393+ run : echo ::add-path::${{ runner.tool_cache }}/gcc-arm-9-2020-q2 /bin
394394 - name : Checkout repo
395395 uses : actions/checkout@v2
396396 with :
0 commit comments