mirror of
https://github.com/neon443/ColourCam3DS.git
synced 2026-03-11 05:19:13 +00:00
Update makefile.yml
This commit is contained in:
16
.github/workflows/makefile.yml
vendored
16
.github/workflows/makefile.yml
vendored
@@ -11,18 +11,16 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
container:
|
||||||
|
image: devkitpro/devkitarm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: install devkitpro
|
steps:
|
||||||
run: wget https://apt.devkitpro.org/install-devkitpro-pacman
|
run: |
|
||||||
chmod +x ./install-devkitpro-pacman
|
echo "DEVKITPRO=/opt/devkitpro" >> $GITHUB_ENV
|
||||||
sudo ./install-devkitpro-pacman
|
echo "PATH=$DEVKITPRO/devkitARM/bin:$PATH" >> $GITHUB_ENV
|
||||||
sudo dkp-pacman -S 3ds-dev
|
|
||||||
sudo pacman -S 3ds-dev
|
|
||||||
|
|
||||||
- name: configure
|
|
||||||
run: ./configure
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: make
|
run: make
|
||||||
|
|||||||
Reference in New Issue
Block a user