run apt-get as root

This commit is contained in:
Corwin 2021-04-10 19:05:16 +01:00
parent b9de6b5ce5
commit 03549dfdde

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install build tools
run: apt-get install binutils-arm-none-eabi -y
run: sudo apt-get install binutils-arm-none-eabi -y
- uses: actions/checkout@v2
- name: Nightly rust with required components
uses: actions-rs/toolchain@v1
@ -36,4 +36,4 @@ jobs:
- name: Run Clippy
run: cargo clippy --verbose