Skip to content

Commit 798a9a6

Browse files
committed
Test fix
1 parent 79ba946 commit 798a9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sudo apt install gcc-12
3434
- name: Get libcurl for tests
3535
run: |
36-
cd annotation-processor-test/src/test/resources/libclang && git clone https://github.com/curl/curl.git
36+
cd annotation-processor-test/src/test/resources/libcurl && git clone https://github.com/curl/curl.git
3737
- name: Getting linux header version for tests
3838
run: |
3939
echo "headerVersion=$(uname -r)" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)