Skip to content

Commit

Permalink
use dka container for a more modern gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
sbird committed Oct 15, 2023
1 parent 8ed29fb commit 87e5e9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ name: CI

on:
push:
branches:
- master
- upcoming
pull_request:

jobs:
build:
runs-on: ubuntu-latest
container: devkitpro/devkitarm
env:
GAME_VERSION: EMERALD
GAME_REVISION: 0
Expand All @@ -27,7 +25,7 @@ jobs:
repository: pret/agbcc

- name: Install binutils
run: sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi libelf-dev
run: sudo apt install -y build-essential libpng-dev libelf-dev
# build-essential, git, and libpng-dev are already installed
# gcc-arm-none-eabi is only needed for the modern build
# as an alternative to dkP
Expand Down
2 changes: 2 additions & 0 deletions ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bonk
bonk

0 comments on commit 87e5e9c

Please sign in to comment.