Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
CI: fix installing rust sdk ext instead of typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Sep 19, 2023
1 parent 0a82078 commit 07894d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Prepare Runtime
run: |
flatpak --system install -y --noninteractive flathub org.freedesktop.Sdk.Extension.node18/${{ matrix.arch }}/23.08
flatpak --system install -y --noninteractive flathub org.freedesktop.Sdk.Extension.rust-stable/${{ matrix.arch }}/23.08
flatpak --system install -y --noninteractive flathub org.freedesktop.Sdk.Extension.typescript/${{ matrix.arch }}/23.08
- uses: flatpak/flatpak-github-actions/flatpak-builder@v4
with:
bundle: com.vixalien.decibels.nightly.flatpak
Expand Down

0 comments on commit 07894d4

Please sign in to comment.