Update .forgejo/workflows/build.yaml
Some checks failed
Build&Release / build_and_release (push) Failing after 43s
Some checks failed
Build&Release / build_and_release (push) Failing after 43s
This commit is contained in:
parent
04531a2a43
commit
f138aa1b68
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ jobs:
|
|||
steps:
|
||||
- name: Install JDK 21
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y openjdk-21-jdk
|
||||
apt update
|
||||
apt install -y openjdk-21-jdk
|
||||
java -version
|
||||
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue