diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index 1f60834..8c3b7fe 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -9,8 +9,10 @@ jobs: steps: - name: apt 1 run: apt update + - name: apt 2 + run: apt upgrade -y - name: install prerequisits - run: apt install openjdk-17-jdk + run: apt install openjdk-17-jdk -y - name: Checkout project sources uses: actions/checkout@v3 - name: Setup Gradle