Remove sudo?
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m3s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m3s
This commit is contained in:
parent
b7f1db5d80
commit
20d6cb8eb9
@ -10,8 +10,8 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Install maven
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y maven
|
||||
apt update
|
||||
apt install -y maven
|
||||
- name: Install java
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user