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 79ba946 commit 798a9a6Copy full SHA for 798a9a6
.github/workflows/gradle.yml
@@ -33,7 +33,7 @@ jobs:
33
sudo apt install gcc-12
34
- name: Get libcurl for tests
35
run: |
36
- cd annotation-processor-test/src/test/resources/libclang && git clone https://github.com/curl/curl.git
+ cd annotation-processor-test/src/test/resources/libcurl && git clone https://github.com/curl/curl.git
37
- name: Getting linux header version for tests
38
39
echo "headerVersion=$(uname -r)" >> "$GITHUB_ENV"
0 commit comments