Skip to content

Commit 4b5c11c

Browse files
authored
Update buildLinuxArm64.yml
1 parent 88666ae commit 4b5c11c

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
@@ -13,6 +13,9 @@ jobs:
1313
uses: actions/setup-java@v1
1414
with:
1515
java-version: 17
16+
17+
- name: Install libcurl
18+
run: apt-get install libcurl4-gnutls-dev
1619

1720
- name: Run build
1821
run: ./gradlew build

0 commit comments

Comments
 (0)