We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee9970 commit 01968b5Copy full SHA for 01968b5
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
mkdir -p tmp
66
cd tmp
67
- wget https://raw.githubusercontent.com/DragonMinded/libdragon/trunk/tools/chksum64.c
+ wget https://raw.githubusercontent.com/DragonMinded/libdragon/8c4e8505778a5c84e5477394eddfb127ce44d71b/tools/chksum64.c
68
gcc chksum64.c -o chksum64
69
sudo mv chksum64 /bin/
70
git clone https://github.com/ARM9/bass.git
tests/n64-tests
0 commit comments