Update flatpak-build.yml

This commit is contained in:
Jeffry Samuel 2024-08-04 18:16:50 -06:00 committed by GitHub
parent fc436fd352
commit ed6b32c827
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y flatpak flatpak-builder
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
- name: Checkout code
uses: actions/checkout@v2