lets see if that gets us crc32

This commit is contained in:
Matthew Kennedy 2021-02-25 23:04:49 -08:00
parent b0763f3023
commit 378ccd71eb
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ jobs:
with:
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
- name: Download & Install GCC
env: