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 7ac5319 commit 2521cacCopy full SHA for 2521cac
Dockerfile
@@ -12,6 +12,7 @@ COPY . /tinygo
12
# after copying the tinygo directory in the previous step.
13
RUN cd /tinygo/ && \
14
rm -rf ./lib/* && \
15
+ git submodule sync && \
16
git submodule update --init --recursive --force
17
18
0 commit comments