We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2b9e5 commit 7e0e21dCopy full SHA for 7e0e21d
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
17
uses: carlosperate/arm-none-eabi-gcc-action@v1
18
with:
19
- release: "latest"
+ release: "10.3-2021.10"
20
- name: Build Libraries
21
working-directory: Software/GuitarPedal/
22
run: ./ci/build_libs.sh
0 commit comments