Skip to content

Commit c22783e

Browse files
committed
Fix GH Action so it can run locally and on GH
1 parent 66500df commit c22783e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
java-version: ${{ matrix.jdk }}
2424
- name: Install Maven
2525
run: |
26-
apt-get update
27-
apt-get install -y maven
26+
sudo apt-get update
27+
sudo apt-get install -y maven
2828
- name: Cache Maven packages
2929
uses: actions/cache@v4.2.3
3030
with:

0 commit comments

Comments
 (0)