[ci] Try using dnf
Some checks failed
CI / Rustfmt (push) Successful in 27s
CI / flatpak (push) Failing after 25s

This commit is contained in:
2026-03-19 22:10:27 -04:00
parent bd943bd070
commit ddf0dfe3c2

View File

@ -32,7 +32,7 @@ jobs:
steps:
- name: Install git
run: |
sudo apt-get install -y git
dnf install -y git
- name: Checkout source
run: |