From 435b4e6112cd71ee322e7bd8564d65255827dc8f Mon Sep 17 00:00:00 2001 From: Nihaal Sharma <69979447+neon443@users.noreply.github.com> Date: Thu, 14 Aug 2025 10:22:10 +0100 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 3ad843d..aaaf948 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -11,18 +11,16 @@ jobs: runs-on: ubuntu-latest + container: + image: devkitpro/devkitarm + steps: - uses: actions/checkout@v4 - - name: install devkitpro - run: wget https://apt.devkitpro.org/install-devkitpro-pacman - chmod +x ./install-devkitpro-pacman - sudo ./install-devkitpro-pacman - sudo dkp-pacman -S 3ds-dev - sudo pacman -S 3ds-dev - - - name: configure - run: ./configure + steps: + run: | + echo "DEVKITPRO=/opt/devkitpro" >> $GITHUB_ENV + echo "PATH=$DEVKITPRO/devkitARM/bin:$PATH" >> $GITHUB_ENV - name: Install dependencies run: make