Skip to content

Commit

Permalink
Update release-linux.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zagrios authored Feb 3, 2025
1 parent 31a8438 commit 0f4738b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v4

- name: update apt-get
run: sudo apt-get update

- name: Install rpm/flatpak packages
run: sudo apt-get install -y --fix-missing flatpak flatpak-builder rpm libarchive-tools
run: sudo apt-get install -y flatpak flatpak-builder rpm libarchive-tools

- name: Setup flatpak repo
run: |
Expand Down

0 comments on commit 0f4738b

Please sign in to comment.