We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d3d78 commit 8a1268aCopy full SHA for 8a1268a
.circleci/config.yml
@@ -140,8 +140,7 @@ jobs:
140
- run:
141
name: install docker
142
command: apt-get update -q && apt-get install -q -y docker.io
143
- - setup_remote_docker:
144
- version: 19.03.13
+ - setup_remote_docker
145
# Build and test the tip-of-tree build of EMSDK
146
147
name: build
@@ -157,8 +156,7 @@ jobs:
157
156
158
159
160
161
162
163
164
command: make -C ./docker version=${CIRCLE_TAG} build
0 commit comments