ci: add wget

- #435
This commit is contained in:
Michael Kriese 2024-04-23 09:22:38 +02:00
parent 62a4db3d7f
commit 36140d592c
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -23,4 +23,5 @@ runs:
python3-wheel \ python3-wheel \
python3-venv \ python3-venv \
unzip \ unzip \
wget \
; ;