Skip to content

Commit

Permalink
ci: dont install beta node20
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Sep 19, 2024
1 parent 57034b8 commit 49d6946
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}

- name: Setup Flatpak SDK Extensions
run: |
flatpak --system remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak --system install -y --noninteractive flathub-beta org.freedesktop.Sdk.Extension.node20/${{ matrix.arch }}/24.08beta
- name: Build
id: build
uses: andyholmes/flatter@main
Expand Down

0 comments on commit 49d6946

Please sign in to comment.