diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index e088271..18676a1 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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