Skip to content

Commit 6f2f889

Browse files
committed
removed eigen from other github workflows
1 parent 82aa146 commit 6f2f889

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: checkout submodules
1717
run: git submodule update --init --recursive
1818
- name: install toolchain
19-
run: sudo apt -y install gcc-arm-none-eabi libeigen3-dev
19+
run: sudo apt -y install gcc-arm-none-eabi
2020
- name: check toolchain
2121
run: arm-none-eabi-gcc --version
2222
- name: build varmint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: checkout submodules
1717
run: git submodule update --init --recursive
1818
- name: install toolchain
19-
run: sudo apt -y install gcc-arm-none-eabi libeigen3-dev
19+
run: sudo apt -y install gcc-arm-none-eabi
2020
- name: check toolchain
2121
run: arm-none-eabi-gcc --version
2222
- name: build varmint

0 commit comments

Comments
 (0)