We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bb157 commit bbda3caCopy full SHA for bbda3ca
.github/actions/build/action.yml
@@ -15,8 +15,8 @@ runs:
15
authToken: '${{ inputs.cache-auth-token }}'
16
- uses: rrbutani/use-nix-shell-action@v1
17
with:
18
- flakes: nixpkgs/nixos-24.11#gcc-arm-embedded-7, nixpkgs#gnumake, github:lukash/vesc_tool-flake/release_6_05
+ flakes: nixpkgs/nixos-24.11#gcc-arm-embedded-7, nixpkgs#gnumake, github:lukash/vesc_tool-flake/release_6_06
19
20
- name: Build
21
shell: bash
22
- run: make -j OLDVT=1
+ run: make -j
0 commit comments