Skip to content

Commit 66d6adb

Browse files
authored
Update buildLinuxArm64.yml
1 parent 8ae3f7e commit 66d6adb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/buildLinuxArm64.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
java-version: 17
1616

1717
- name: Install libcurl
18-
run: sudo apt-get install libcurl4-gnutls-dev
18+
run: |
19+
sudo apt-get update
20+
sudo apt-get install libcurl4-gnutls-dev
1921
2022
- name: Run build
2123
run: ./gradlew build

0 commit comments

Comments
 (0)