Skip to content

Commit

Permalink
Fix to Github's continuous integration Mac OS X brew configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ruven committed May 29, 2024
1 parent 4e9af17 commit 99e2807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
run: brew install automake fcgi libtiff openjpeg libmemcached libpng webp
run: brew install automake libtool fcgi libtiff openjpeg libmemcached libpng webp

- name: Configure
run: |
Expand Down

0 comments on commit 99e2807

Please sign in to comment.