ci: try to make it work
This commit is contained in:
parent
383c50ca58
commit
33b6f9b0e3
2 changed files with 5 additions and 3 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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
3
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue