Update flatpak-lint.yml

This commit is contained in:
Jeffry Samuel 2024-08-04 19:11:06 -06:00 committed by GitHub
parent 6205db87e6
commit 4cc3b78321
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,11 +18,11 @@ jobs:
- name: Install GNOME SDK 46
run: |
flatpak install --user flathub org.gnome.Sdk//46 -y
flatpak --user install -y --noninteractive flathub org.gnome.Sdk/x86_64/46
- name: Install Flatpak Builder
run: |
flatpak install --user flathub org.flatpak.Builder -y
flatpak --user install -y --noninteractive flathub org.flatpak.Builder
- name: Checkout code
uses: actions/checkout@v2