mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
apt-get requires sudo
This commit is contained in:
parent
0badff4f1c
commit
09d9247f2f
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue