ci: try to make it work
This commit is contained in:
parent
2f09f3b093
commit
383c50ca58
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
|||
toolchain: stable
|
||||
override: true
|
||||
components: rustfmt
|
||||
- name: Meson Setup
|
||||
run: meson setup build -Dprofile=development
|
||||
- name: Run cargo fmt
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
|
@ -27,6 +29,7 @@ jobs:
|
|||
image: bilelmoussaoui/flatpak-github-actions:gnome-44
|
||||
options: --privileged
|
||||
steps:
|
||||
- run: sudo dnf update -y && sudo dnf install -y nodejs
|
||||
- uses: actions/checkout@v3
|
||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue