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 b233d6a commit abb2aa6Copy full SHA for abb2aa6
.github/workflows/gradle.yml
@@ -30,10 +30,10 @@ jobs:
30
distribution: 'corretto'
31
- name: Get GCC 12 for system header files
32
run: |
33
- sudo apt install gcc-12
+ sudo apt-get update && sudo apt-get install gcc-12
34
- name: Install libcurl library for tests
35
36
- sudo apt install libcurl4-openssl-dev
+ sudo apt-get update && sudo apt-get install libcurl4-openssl-dev
37
- name: Get libcurl source for tests
38
39
cd annotation-processor-test/src/test/resources/libcurl && git clone --depth 1 https://github.com/curl/curl.git
0 commit comments