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:
parent
9ef4f5dada
commit
8c500e454c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows-tests.yml
vendored
2
.github/workflows/windows-tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue