This commit is contained in:
千里走单骑 2024-04-03 00:05:49 +08:00
parent d9c5a65371
commit 91f2284102
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - 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" add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
apt-get update apt-get update
apt install docker-ce docker-ce-cli containerd.io apt install -y docker-ce docker-ce-cli containerd.io
npm config set registry https://registry.npmmirror.com npm config set registry https://registry.npmmirror.com
- name: 拉取代码 - name: 拉取代码
uses: https://${{ env.DOMAIN }}/actions/checkout@v4 uses: https://${{ env.DOMAIN }}/actions/checkout@v4