Skip to content

Commit 8ae3f7e

Browse files
authored
Update buildLinuxArm64.yml
1 parent 4b5c11c commit 8ae3f7e

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
@@ -15,7 +15,7 @@ jobs:
1515
java-version: 17
1616

1717
- name: Install libcurl
18-
run: apt-get install libcurl4-gnutls-dev
18+
run: sudo apt-get install libcurl4-gnutls-dev
1919

2020
- name: Run build
2121
run: ./gradlew build

0 commit comments

Comments
 (0)