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 d53209f commit a8620b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Install dependencies
run: |
export N64_INST=/opt/libdragon
echo "N64_INST=/opt/libdragon" >> "$GITHUB_ENV"
echo "N64_INST=/opt/libdragon" > .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 a8620b0

Please sign in to comment.