We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82aa146 commit 6f2f889Copy full SHA for 6f2f889
.github/workflows/pre-release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: checkout submodules
17
run: git submodule update --init --recursive
18
- name: install toolchain
19
- run: sudo apt -y install gcc-arm-none-eabi libeigen3-dev
+ run: sudo apt -y install gcc-arm-none-eabi
20
- name: check toolchain
21
run: arm-none-eabi-gcc --version
22
- name: build varmint
.github/workflows/release.yml
0 commit comments