Skip to content

Commit a65b61b

Browse files
committed
Another fix for the MacOS build.
1 parent 3251327 commit a65b61b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ jobs:
9191
- name: Build ImageMagick
9292
run: |
9393
set -e
94-
make install
94+
make
95+
sudo make install
9596
9697
build_windows:
9798
name: Build Windows ${{matrix.architecture}}

0 commit comments

Comments
 (0)