Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalSmile committed Aug 3, 2024
1 parent 79ba946 commit 798a9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo apt install gcc-12
- name: Get libcurl for tests
run: |
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
- name: Getting linux header version for tests
run: |
echo "headerVersion=$(uname -r)" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 798a9a6

Please sign in to comment.