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 5455c46 commit ebf83d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
- name: Get GCC 12 for system header files
run: |
sudo apt install gcc-12
- name: Get libcurl for tests
- name: Install libcurl library for tests
run: |
sudo apt install libcurl4-openssl-dev
- name: Get libcurl source for tests
run: |
cd annotation-processor-test/src/test/resources/libcurl && git clone --depth 1 https://github.com/curl/curl.git
- name: Get libvlc for tests
Expand Down

0 comments on commit ebf83d4

Please sign in to comment.