feature/ci-deploy #1

Merged
remoll merged 19 commits from feature/ci-deploy into main 2024-05-04 15:33:39 +00:00
Showing only changes of commit 59d41e87f0 - Show all commits

View File

@ -8,7 +8,7 @@ jobs:
- name: Install prerequisites
run: |
sudo apt-get update
sudo apt-get install -y xz-utils
sudo apt-get install -y xz-utils unzip
- uses: actions/checkout@v4
- uses: https://github.com/actions/setup-java@v4
with: