Skip to content

Commit

Permalink
Pin chksum64 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillonb committed Oct 13, 2024
1 parent 9c7c2b2 commit bffe242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
mkdir -p tmp
cd tmp
wget https://raw.githubusercontent.com/DragonMinded/libdragon/trunk/tools/chksum64.c
wget https://raw.githubusercontent.com/DragonMinded/libdragon/8c4e8505778a5c84e5477394eddfb127ce44d71b/tools/chksum64.c
gcc chksum64.c -o chksum64
sudo mv chksum64 /bin/
git clone https://github.com/ARM9/bass.git
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The latest release can always [be found here](https://github.com/Dillonb/n64-tes
## Building
All tests are written for [this fork of bass](https://github.com/ARM9/bass).

They also require [chksum64](https://github.com/DragonMinded/libdragon/blob/trunk/tools/chksum64.c) to boot.
They also require [chksum64](https://raw.githubusercontent.com/DragonMinded/libdragon/8c4e8505778a5c84e5477394eddfb127ce44d71b/tools/chksum64.c) to boot.

I use CMake as my build system. After placing the above two tools on your path and installing CMake:

Expand Down

0 comments on commit bffe242

Please sign in to comment.