Skip to content

Commit

Permalink
github: remove curl
Browse files Browse the repository at this point in the history
Fixes #721
  • Loading branch information
osy committed Dec 2, 2020
1 parent 684efd1 commit adbadc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build Sysroot
if: steps.cache-sysroot.outputs.cache-hit != 'true'
run: |
brew uninstall cmake
brew uninstall cmake curl
brew install bison pkg-config nasm make meson
rm -f /usr/local/lib/pkgconfig/*.pc
./scripts/build_dependencies.sh -p ${{ matrix.platform }} -a ${{ matrix.arch }}
Expand Down

0 comments on commit adbadc6

Please sign in to comment.