Skip to content

Commit

Permalink
.github/workflows/macos.yml: disable imwri plugin for now
Browse files Browse the repository at this point in the history
Signed-off-by: akarin <[email protected]>
  • Loading branch information
AkarinVS committed May 18, 2022
1 parent b377021 commit 8b5458f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
- name: configure
run: |
./autogen.sh
./configure
# somehow newer macOS imagemagick requires -fopenmp to build?
./configure --disable-imwri
- name: make
run: make -j3
Expand Down

0 comments on commit 8b5458f

Please sign in to comment.