mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
run apt-get as root
This commit is contained in:
parent
b9de6b5ce5
commit
03549dfdde
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue