ci: try to make it work
Some checks failed
CI / Rustfmt (push) Failing after 58s
CI / Flatpak (push) Failing after 7m32s

This commit is contained in:
Tine Jozelj 2024-01-27 10:20:37 +01:00
parent 383c50ca58
commit 33b6f9b0e3
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw
2 changed files with 5 additions and 3 deletions

View file

@ -17,6 +17,7 @@ jobs:
toolchain: stable toolchain: stable
override: true override: true
components: rustfmt components: rustfmt
- run: sudo apt install meson ninja-build
- name: Meson Setup - name: Meson Setup
run: meson setup build -Dprofile=development run: meson setup build -Dprofile=development
- name: Run cargo fmt - name: Run cargo fmt
@ -26,10 +27,10 @@ jobs:
name: Flatpak name: Flatpak
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44 image: bilelmoussaoui/flatpak-github-actions:gnome-45
options: --privileged options: --privileged
steps: steps:
- run: sudo dnf update -y && sudo dnf install -y nodejs - run: sudo dnf install -y nodejs
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6 - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
with: with:

3
.gitignore vendored
View file

@ -4,9 +4,10 @@
/builddir/ /builddir/
/build-aux/app /build-aux/app
/build-aux/.flatpak-builder/ /build-aux/.flatpak-builder/
/.flatpak-builder/
*.ui.in~ *.ui.in~
*.ui~ *.ui~
/.flatpak/ /.flatpak/
/vendor /vendor
/.vscode /.vscode
/src/config.rs /src/config.rs