Skip to content

Commit 1724f7f

Browse files
Update linux-builds.yml
1 parent 6cd09ad commit 1724f7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linux-builds.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: install qt
13-
run: sudo apt-get -o Acquire::Check-Valid-Until=false install qt5-default
13+
run: |
14+
sudo apt-get update –fix-missing
15+
sudo apt-get install qt5-default
1416
- name: qmake
1517
run: qmake
1618
- name: make

0 commit comments

Comments
 (0)