Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pret/pmd-red
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousRandomPerson committed Jun 16, 2023
2 parents e9b6904 + be9e0c5 commit 27e8f6d
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,26 @@ jobs:
build:
runs-on: ubuntu-latest
steps:

- name: Checkout repo
uses: actions/checkout@master

- name: Checkout agbcc
uses: actions/checkout@master
with:
path: agbcc
repository: pret/agbcc

- name: Install xdelta and ARM GCC
run: |
sudo apt-get update -y
sudo apt-get install -y xdelta3 gcc-arm-none-eabi
sudo apt-get install xdelta3 gcc-arm-none-eabi binutils-arm-none-eabi
- name: Fetch repo
uses: actions/checkout@master

- name: Load and setup agbcc
- name: Install agbcc
run: |
git clone https://github.com/luckytyphlosion/agbcc.git -b new_layout_with_libs
cd agbcc && make -j${nproc} && make install prefix=$GITHUB_WORKSPACE
./build.sh
./install.sh ../
working-directory: agbcc

- name: Build tools and baserom
run: |
cd $GITHUB_WORKSPACE
Expand Down

0 comments on commit 27e8f6d

Please sign in to comment.