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
|
||||
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:
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@
|
|||
/builddir/
|
||||
/build-aux/app
|
||||
/build-aux/.flatpak-builder/
|
||||
/.flatpak-builder/
|
||||
*.ui.in~
|
||||
*.ui~
|
||||
/.flatpak/
|
||||
|
|
Loading…
Reference in a new issue