This commit is contained in:
千里走单骑 2024-04-03 00:01:22 +08:00
parent ddf791187c
commit dc8159c4a4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
apt-get update
apt install -y git apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
apt-get update
apt install docker-ce docker-ce-cli containerd.io
npm config set registry https://registry.npmmirror.com