Added CI #13

Merged
CommanderRedYT merged 7 commits from ci into master 2022-03-16 18:01:47 +01:00
Showing only changes of commit 8d0a205294 - Show all commits

View File

@@ -20,8 +20,8 @@ jobs:
- name: Install make
run: |
apt update -y
apt install -y binutils-arm-none-eabi gcc-arm-none-eabi newlib-arm-none-eabi cmake make
sudo apt update -y
sudo apt install -y binutils-arm-none-eabi gcc-arm-none-eabi newlib-arm-none-eabi cmake make
- name: Build
run: |