We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5455c46 commit ebf83d4Copy full SHA for ebf83d4
.github/workflows/gradle.yml
@@ -31,7 +31,10 @@ jobs:
31
- name: Get GCC 12 for system header files
32
run: |
33
sudo apt install gcc-12
34
- - name: Get libcurl for tests
+ - name: Install libcurl library for tests
35
+ run: |
36
+ sudo apt install libcurl4-openssl-dev
37
+ - name: Get libcurl source for tests
38
39
cd annotation-processor-test/src/test/resources/libcurl && git clone --depth 1 https://github.com/curl/curl.git
40
- name: Get libvlc for tests
0 commit comments