Skip to content

Commit a3382bf

Browse files
authored
Update buildLinuxArm64.yml
1 parent d7fddfb commit a3382bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildLinuxArm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install libcurl
1818
run: |
1919
sudo apt-get update
20-
sudo apt-get install libcurl4-gnutls-dev
20+
sudo apt-get install libcurl3-gnutls-dev
2121
2222
- name: Run build
2323
run: ./gradlew build

0 commit comments

Comments
 (0)