Skip to content

Commit 0f4738b

Browse files
authored
Update release-linux.yaml
1 parent 31a8438 commit 0f4738b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-linux.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ jobs:
2020
- name: Check out Git repository
2121
uses: actions/checkout@v4
2222

23+
- name: update apt-get
24+
run: sudo apt-get update
25+
2326
- name: Install rpm/flatpak packages
24-
run: sudo apt-get install -y --fix-missing flatpak flatpak-builder rpm libarchive-tools
27+
run: sudo apt-get install -y flatpak flatpak-builder rpm libarchive-tools
2528

2629
- name: Setup flatpak repo
2730
run: |

0 commit comments

Comments
 (0)