Skip to content

Commit

Permalink
ci: install crunch64
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bates <[email protected]>
  • Loading branch information
bates64 authored Sep 1, 2024
1 parent 8a6096d commit a37dfd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
run: ./install_compilers.sh
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@main
- name: Install pigment64
run: cargo binstall pigment64 -y
- name: Install pigment64 and crunch64
run: cargo binstall pigment64 crunch64-cli -y
- name: Download baserom
run: curl -L $BASEROM_US_URL -o ver/us/baserom.z64
env:
Expand Down

0 comments on commit a37dfd3

Please sign in to comment.