Skip to content

Commit d169d1b

Browse files
authored
Merge pull request #2685 from cmaughan/hotfixes/qt-mirror
Fix mirror
2 parents 00f737e + 29c4584 commit d169d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install Qt
7575
uses: jurplel/install-qt-action@v2
7676
with:
77-
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
77+
extra: '--b http://mirrors.ocf.berkeley.edu/qt/'
7878
cached: ${{ steps.cache-qt2.outputs.cache-hit }}
7979

8080
# Latest Erlang on Ubuntu

0 commit comments

Comments
 (0)