@@ -15,7 +15,15 @@ jobs:
|
||||
- name: manually install nodeJS & git
|
||||
run: |
|
||||
apt update
|
||||
apt install -y nodejs git
|
||||
apt install -yq nodejs git
|
||||
|
||||
- name: manually install docker-ce-cli
|
||||
run: |
|
||||
install -m 0755 -d /etc/apt/keyrings
|
||||
curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
|
||||
chmod a+r /etc/apt/keyrings/docker.asc
|
||||
apt update
|
||||
apt install -yq docker-ce-cli
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
# with:
|
||||
|
||||
Reference in New Issue
Block a user