Skip to content

Commit

Permalink
ci: run apt-get update before installing flatpak etc
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Mar 1, 2025
1 parent 433be12 commit 8980614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/desktop.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
- name: Generate flatpak sources
if: inputs.publish-github && inputs.build-linux
run: |
sudo apt-get update
sudo apt-get install -y --quiet flatpak flatpak-builder pipx
git clone https://github.com/flatpak/flatpak-builder-tools.git /tmp/flatpak-builder-tools
cd /tmp/flatpak-builder-tools/node
Expand Down

0 comments on commit 8980614

Please sign in to comment.