From 33b6f9b0e33a1c0d4a159f58b0fb522110de0a00 Mon Sep 17 00:00:00 2001 From: Tine Jozelj Date: Sat, 27 Jan 2024 10:20:37 +0100 Subject: [PATCH] ci: try to make it work --- .github/workflows/ci.yml | 5 +++-- .gitignore | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac65f44..925b7c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: toolchain: stable override: true components: rustfmt + - run: sudo apt install meson ninja-build - name: Meson Setup run: meson setup build -Dprofile=development - name: Run cargo fmt @@ -26,10 +27,10 @@ jobs: name: Flatpak runs-on: ubuntu-latest container: - image: bilelmoussaoui/flatpak-github-actions:gnome-44 + image: bilelmoussaoui/flatpak-github-actions:gnome-45 options: --privileged steps: - - run: sudo dnf update -y && sudo dnf install -y nodejs + - run: sudo dnf install -y nodejs - uses: actions/checkout@v3 - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6 with: diff --git a/.gitignore b/.gitignore index d48d2c5..25af44d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,10 @@ /builddir/ /build-aux/app /build-aux/.flatpak-builder/ +/.flatpak-builder/ *.ui.in~ *.ui~ /.flatpak/ /vendor /.vscode -/src/config.rs \ No newline at end of file +/src/config.rs