Skip to content

Commit 6cd09ad

Browse files
Fixed linux build workflow
1 parent 9338235 commit 6cd09ad

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
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: install qt
13-
run: sudo apt-get install qt5-default
13+
run: sudo apt-get -o Acquire::Check-Valid-Until=false install qt5-default
1414
- name: qmake
1515
run: qmake
1616
- name: make

0 commit comments

Comments
 (0)