Skip to content

Commit ebf83d4

Browse files
committed
Test fix
1 parent 5455c46 commit ebf83d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
3131
- name: Get GCC 12 for system header files
3232
run: |
3333
sudo apt install gcc-12
34-
- name: Get libcurl for tests
34+
- name: Install libcurl library for tests
35+
run: |
36+
sudo apt install libcurl4-openssl-dev
37+
- name: Get libcurl source for tests
3538
run: |
3639
cd annotation-processor-test/src/test/resources/libcurl && git clone --depth 1 https://github.com/curl/curl.git
3740
- name: Get libvlc for tests

0 commit comments

Comments
 (0)