Skip to content

Commit 4105f70

Browse files
Update linux-builds.yml
1 parent 0bd34a5 commit 4105f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- name: install qt
1313
run: |
14-
sudo apt-get update fix-missing
14+
sudo apt-get update --fix-missing
1515
sudo apt-get install qt5-default
1616
- name: qmake
1717
run: qmake

0 commit comments

Comments
 (0)