Skip to content

Commit

Permalink
FREEZE.unindexed
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Mar 21, 2024
1 parent 7b79c81 commit 8c66263
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
uses: actions/checkout@v4
- name: "Debug: brew doctor"
run: brew doctor
- name: "Debug: brew update"
run: brew update
- name: "Debug: brew update (again)"
run: brew update
- name: Install ImageMagick
run: env HOMEBREW_NO_AUTO_UPDATE=1 brew install imagemagick
- name: make test
Expand Down

0 comments on commit 8c66263

Please sign in to comment.