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