mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
run apt-get as root
This commit is contained in:
parent
b9de6b5ce5
commit
03549dfdde
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install build tools
|
- 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
|
- uses: actions/checkout@v2
|
||||||
- name: Nightly rust with required components
|
- name: Nightly rust with required components
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
|
@ -36,4 +36,4 @@ jobs:
|
||||||
- name: Run Clippy
|
- name: Run Clippy
|
||||||
run: cargo clippy --verbose
|
run: cargo clippy --verbose
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue