Skip to content

Commit

Permalink
install flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Feb 1, 2024
1 parent f144165 commit eca9f31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- name: Install compilers
run: ./install_compilers.sh
- name: Install Flips
run: flatpak install com.github.Alcaro.Flips -y
run: |
sudo apt install -y flatpak
flatpak install com.github.Alcaro.Flips -y
- name: Download baserom
run: curl -L $BASEROM_US_URL -o ver/us/baserom.z64
env:
Expand Down

0 comments on commit eca9f31

Please sign in to comment.