mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
correct github action
This commit is contained in:
parent
d1078f319f
commit
c87924a252
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -11,6 +11,8 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
- name: Install build tools
|
- name: Install build tools
|
||||||
run: apt-get install binutils-arm-none-eabi -y
|
run: apt-get install binutils-arm-none-eabi -y
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue