Skip to content

Commit 14df67f

Browse files
committed
CI/CD: Updage GCC to version 13
With version 7 (which is used in the VESC Package Store) loading the Data struct definition from the .elf doesn't work, which means it's much less useful for debugging potential issues.
1 parent d941991 commit 14df67f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
authToken: '${{ inputs.cache-auth-token }}'
1616
- uses: rrbutani/use-nix-shell-action@v1
1717
with:
18-
flakes: nixpkgs/nixos-24.11#gcc-arm-embedded-7, nixpkgs#gnumake, github:lukash/vesc_tool-flake/release_6_06
18+
flakes: nixpkgs/nixos-24.11#gcc-arm-embedded-13, nixpkgs#gnumake, github:lukash/vesc_tool-flake/release_6_06
1919

2020
- name: Build
2121
shell: bash

0 commit comments

Comments
 (0)