Skip to content

Commit

Permalink
Apparently the recipe for auto-downloading libcurl only works on os x…
Browse files Browse the repository at this point in the history
…? Trying to load via apt-get
  • Loading branch information
viega committed Jul 21, 2024
1 parent fe33aa9 commit a5517fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if: runner.os == 'Linux' && matrix.cc == 'clang'
run: |
sudo apt-get update
sudo apt-get install llvm-18-linker-tools
sudo apt-get install llvm-18-linker-tools libcurl4-openssl-dev
echo "CC=${{ matrix.cc }}" >> "${GITHUB_ENV}"
clang --version
Expand Down

0 comments on commit a5517fb

Please sign in to comment.