apt-get requires sudo

This commit is contained in:
Jennifer Wilcox 2021-04-26 12:05:24 -05:00
parent 0badff4f1c
commit 09d9247f2f

View file

@ -6,8 +6,8 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: apt-get update - run: sudo apt-get update
- run: apt-get install arm-none-eabi-gcc - run: sudo apt-get install arm-none-eabi-gcc
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: stable