From 383c50ca589f590fa668c6545b9b0b27fa909f82 Mon Sep 17 00:00:00 2001 From: Tine Jozelj Date: Sat, 27 Jan 2024 09:53:13 +0100 Subject: [PATCH] ci: try to make it work --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4141a32..ac65f44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: