Skip to content

Commit 621c99c

Browse files
Updated toolchain to 11.2
1 parent 2d21212 commit 621c99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
if: steps.cache-gcc-toolchain.outputs.cache-hit != 'true'
8484
run: |
8585
mkdir gcc_toolchain_11_2
86-
tar -xjf gcc-arm-11.2-2022.02-x86_64-arm-none-eabi.tar.xz --directory ${{ github.workspace }}/gcc_toolchain_11_2
86+
tar -xJf gcc-arm-11.2-2022.02-x86_64-arm-none-eabi.tar.xz --directory ${{ github.workspace }}/gcc_toolchain_11_2
8787
8888
- name: Cache NordicSDK
8989
id: cache-nordic-sdk

0 commit comments

Comments
 (0)