ci: try to make it work
Some checks failed
CI / Rustfmt (push) Failing after 1m15s
CI / Flatpak (push) Has been cancelled

This commit is contained in:
Tine Jozelj 2024-01-27 09:53:13 +01:00
parent 2f09f3b093
commit 383c50ca58
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -17,6 +17,8 @@ jobs:
toolchain: stable
override: true
components: rustfmt
- name: Meson Setup
run: meson setup build -Dprofile=development
- name: Run cargo fmt
run: cargo fmt --all -- --check
@ -27,6 +29,7 @@ jobs:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- run: sudo dnf update -y && sudo dnf install -y nodejs
- uses: actions/checkout@v3
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
with: