Attempt to fix auth error
Some checks failed
Build&Release / build_and_release (push) Failing after 27s
Some checks failed
Build&Release / build_and_release (push) Failing after 27s
This commit is contained in:
parent
b48e5e1d45
commit
d24e9e6818
1 changed files with 5 additions and 4 deletions
|
@ -16,10 +16,11 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up JDK 21
|
- name: Install JDK 21
|
||||||
uses: actions/setup-java@v2
|
run: |
|
||||||
with:
|
sudo apt update
|
||||||
java-version: '21'
|
sudo apt install -y openjdk-21-jdk
|
||||||
|
java -version
|
||||||
|
|
||||||
- name: Cache Maven dependencies
|
- name: Cache Maven dependencies
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue