build like this

This commit is contained in:
2024-05-20 12:09:33 +02:00
parent cf65c8fb38
commit 94ae0427f0
3 changed files with 4 additions and 4 deletions

View File

@@ -16,8 +16,8 @@ jobs:
- name: Install prerequisites
run: |
sudo apt-get update
sudo apt-get install -y xz-utils unzip
apt-get update
apt-get install -y jq
- uses: https://gitea.com/actions/checkout@v4