1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-06-27 16:35:58 +00:00

ci: Add missing package to test pipeline

This commit is contained in:
Crown0815 2025-05-21 22:08:00 +02:00 committed by Crown0815
parent 9ef4f5dada
commit 8c500e454c

View file

@ -45,7 +45,7 @@ jobs:
run: |
# Install Docker in WSL
apt-get update
apt-get install -y apt-transport-https ca-certificates curl software-properties-common
apt-get install -y apt-transport-https ca-certificates curl software-properties-common gnupg
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
apt-get update