Skip to content

Commit

Permalink
install pigment64
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Feb 1, 2024
1 parent d21901d commit 4967d26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
run: ./install_deps.sh
- name: Install compilers
run: ./install_compilers.sh
- name: Install Flips
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@main
- name: Install pigment64
run: cargo binstall pigment64
- name: Setup Flips
run: |
curl -L https://dl.smwcentral.net/11474/floating.zip -o floating.zip
unzip floating.zip
Expand Down

0 comments on commit 4967d26

Please sign in to comment.