Skip to content

Commit

Permalink
Merge pull request #26 from luleyleo/fix-ci
Browse files Browse the repository at this point in the history
Run apt-get update at the beginning of CI
  • Loading branch information
luleyleo authored Nov 12, 2024
2 parents b5b749c + 00924bf commit fbd3ee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

- name: Install host dependencies
run: |
sudo apt-get update
sudo apt-get install flatpak flatpak-builder just
# Restore caches
Expand Down

0 comments on commit fbd3ee3

Please sign in to comment.