Skip to content

Commit 934abbc

Browse files
authored
Update buildLinuxArm64.yml
1 parent 7d74b26 commit 934abbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/buildLinuxArm64.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
with:
1515
java-version: 17
1616

17+
- name: Install libcurl
18+
run: apt-get install libcurl4-gnutls-dev
19+
1720
- name: Run build
1821
run: ./gradlew build
1922

0 commit comments

Comments
 (0)