Skip to content

Commit 3b13a1f

Browse files
Updated toolchain to 11.2
1 parent f90c3e3 commit 3b13a1f

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
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
mkdir gcc_toolchain_11_2
8686
tar -xJf gcc-arm-11.2-2022.02-x86_64-arm-none-eabi.tar.xz --directory ${{ github.workspace }}/gcc_toolchain_11_2
87-
87+
ls ${{ github.workspace }}/gcc_toolchain_11_2
8888
- name: Cache NordicSDK
8989
id: cache-nordic-sdk
9090
uses: actions/cache@v2

0 commit comments

Comments
 (0)