Skip to content

Commit cffc66a

Browse files
fix ci cmake issue on macos (flameshot-org#4227)
1 parent ea94c53 commit cffc66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/MacOS-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
echo "GIT_HASH=${git_hash}" >> $GITHUB_ENV
7676
7777
- name: Install Qt
78-
run: brew install qt@6 cmake
78+
run: brew install qt@6
7979

8080
- name: Configure
8181
run: |

0 commit comments

Comments
 (0)