Forgot sudo

This commit is contained in:
CommanderRedYT
2022-03-16 17:50:17 +01:00
parent 117ba519d8
commit 8d0a205294

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: |