Update .forgejo/workflows/action.yml
Some checks failed
Build Gradle project / build-gradle-project (push) Failing after 8s

This commit is contained in:
moonleay 2023-08-18 09:00:23 +02:00
parent 81d248bfb7
commit 937541cf61

View file

@ -9,8 +9,6 @@ jobs:
steps:
- name: apt 1
run: apt update
- name: apt 2
run: apt upgrade
- name: install prerequisits
run: apt install openjdk17-jdk
- name: Checkout project sources