Update .forgejo/workflows/ci.yml
Some checks failed
Build Resilient App / build (push) Failing after 2m27s
Some checks failed
Build Resilient App / build (push) Failing after 2m27s
This commit is contained in:
parent
3d8d767e02
commit
1e54829532
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ jobs:
|
|||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y nodejs npm openjdk-17-jdk maven git
|
||||
apt-get update
|
||||
apt-get install -y nodejs npm openjdk-17-jdk maven git
|
||||
|
||||
- name: Set up Java and Node
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue