Skip to content

Commit 75efeb5

Browse files
committed
Update mac.yml
1 parent 2802ae2 commit 75efeb5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/mac.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Install Qt
20-
uses: ouuan/install-qt-action@ouuan
20+
uses: jurplel/[email protected]
21+
env:
22+
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
2123
with:
2224
version: 5.14.2
2325
target: desktop
@@ -72,7 +74,9 @@ jobs:
7274
fetch-depth: 0
7375

7476
- name: Install Qt
75-
uses: ouuan/install-qt-action@ouuan
77+
uses: jurplel/[email protected]
78+
env:
79+
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
7680
with:
7781
version: 5.14.2
7882
target: desktop

0 commit comments

Comments
 (0)