Skip to content

Commit 7e0e21d

Browse files
authored
Adjust GCC version (#67)
1 parent 8c2b9e5 commit 7e0e21d

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
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
1717
uses: carlosperate/arm-none-eabi-gcc-action@v1
1818
with:
19-
release: "latest"
19+
release: "10.3-2021.10"
2020
- name: Build Libraries
2121
working-directory: Software/GuitarPedal/
2222
run: ./ci/build_libs.sh

0 commit comments

Comments
 (0)