File tree 1 file changed +2
-17
lines changed
1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -140,15 +140,7 @@ jobs:
140
140
- checkout
141
141
- run :
142
142
name : install docker
143
- command : |
144
- apt-get update -q
145
- apt-get install -q -y ca-certificates curl gnupg lsb-release
146
- mkdir -p /etc/apt/keyrings
147
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
148
- echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
149
- apt-get update -q
150
- apt-get install -q -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
151
- - setup_remote_docker
143
+ command : apt-get update -q && apt-get install -q -y docker.io
152
144
# Build and test the tip-of-tree build of EMSDK
153
145
- run :
154
146
name : build
@@ -163,14 +155,7 @@ jobs:
163
155
- checkout
164
156
- run :
165
157
name : install docker
166
- command : |
167
- apt-get update -q
168
- apt-get install -q -y ca-certificates curl gnupg lsb-release
169
- mkdir -p /etc/apt/keyrings
170
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
171
- echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
172
- apt-get update -q
173
- apt-get install -q -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
158
+ command : apt-get update -q && apt-get install -q -y docker.io
174
159
- setup_remote_docker
175
160
- run :
176
161
name : build
You can’t perform that action at this time.
0 commit comments