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 6b8f995 commit 1d2d73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install dependencies
run: |
echo "N64_INST=/opt/libdragon" >> "$GITHUB_ENV"
echo "N64_INST=/home/runner/work/N64-RPG/N64-RPG/libdragon" >> "$GITHUB_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 Down

0 comments on commit 1d2d73b

Please sign in to comment.