We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a076ac9 commit 31a8438Copy full SHA for 31a8438
.github/workflows/release-linux.yaml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v4
22
23
- name: Install rpm/flatpak packages
24
- run: sudo apt-get install -y flatpak flatpak-builder rpm libarchive-tools
+ run: sudo apt-get install -y --fix-missing flatpak flatpak-builder rpm libarchive-tools
25
26
- name: Setup flatpak repo
27
run: |
0 commit comments