1
0
Fork 0
mirror of https://github.com/italicsjenga/agb.git synced 2025-02-23 22:58:18 +11:00

correct github action

This commit is contained in:
Corwin Kuiper 2021-04-10 19:03:55 +01:00
parent d1078f319f
commit c87924a252

View file

@ -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