Fix: pnpm Version Issues

This commit is contained in:
Youwes09
2026-06-12 18:27:57 -05:00
parent 2fa33bc928
commit ceb9ba12d7
4 changed files with 7 additions and 8 deletions
+2 -3
View File
@@ -34,12 +34,11 @@ jobs:
path: ~/.local/share/flatpak
key: flatpak-runtimes-gnome48-rust-stable
- name: Install runtime, SDK and rust-stable extension
- name: Install runtime and SDK
run: |
flatpak --user install -y --noninteractive flathub \
org.gnome.Platform//48 \
org.gnome.Sdk//48 \
org.freedesktop.Sdk.Extension.rust-stable//48
org.gnome.Sdk//48
- name: Build flatpak
run: |