Skip to content

Commit

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

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

0 comments on commit ddd520b

Please sign in to comment.