Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
breadbored committed Dec 2, 2023
1 parent acb4a2a commit 977312c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
export N64_INST=/home/runner/work/N64-RPG/N64-RPG/libdragon-toolchain
echo "N64_INST=/home/runner/work/N64-RPG/N64-RPG/libdragon-toolchain" >> "$GITHUB_ENV"
echo "N64_INST=/home/runner/work/N64-RPG/N64-RPG/libdragon-toolchain" > .env
export PATH=$PATH:$N64_INST/bin
echo "PATH=$PATH:$N64_INST/bin" >> "$GITHUB_ENV"
echo "PATH=$PATH:$N64_INST/bin" > .env
sudo apt-get update
sudo apt install build-essential libpng-dev
# curl -sLO https://github.com/DragonMinded/libdragon/releases/download/toolchain-continuous-prerelease/gcc-toolchain-mips64-x86_64.deb && sudo dpkg -i gcc-toolchain-mips64-x86_64.deb
Expand All @@ -32,8 +35,8 @@ jobs:
cd ..
./build.sh
# - name: make assets
# run: make assets
- name: make assets
run: make assets

- name: make
run: make

0 comments on commit 977312c

Please sign in to comment.