Skip to content

Commit

Permalink
Use curl instead of libcurl in homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Jan 13, 2025
1 parent 1928797 commit d1dd77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
# CMake gets libaec from fetchcontent

- name: Install Dependencies (macOS)
run: brew install ninja libcurl
run: brew install ninja curl
if: ${{ matrix.os == 'macos-latest' }}

- name: Install Dependencies (Windows)
Expand Down

0 comments on commit d1dd77f

Please sign in to comment.