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: