mirror of https://github.com/rusefi/wideband.git
lets see if that gets us crc32
This commit is contained in:
parent
b0763f3023
commit
378ccd71eb
|
@ -11,6 +11,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: Install multilib, mingw, and ncftp
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install perl-Archive-Zip
|
||||||
|
|
||||||
# Build machines don't have arm-none-eabi gcc, so let's download it and put it on the path
|
# Build machines don't have arm-none-eabi gcc, so let's download it and put it on the path
|
||||||
- name: Download & Install GCC
|
- name: Download & Install GCC
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue