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 36b8f8f commit 6917137Copy full SHA for 6917137
ci/Dockerfile
@@ -51,7 +51,7 @@ RUN rm /opt/clang+llvm-${CLANG_VER}-x86_64-linux-gnu-ubuntu-20.04.tar.xz
51
ARG WASI_SDK_VER=14
52
RUN wget -c https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_VER}/wasi-sdk-${WASI_SDK_VER}.0-linux.tar.gz -P /opt
53
RUN tar xf /opt/wasi-sdk-${WASI_SDK_VER}.0-linux.tar.gz -C /opt \
54
- && ln -fs /opt/was-sdk-${WASI_SDK_VER}.0 /opt/wasi-sdk
+ && ln -fs /opt/wasi-sdk-${WASI_SDK_VER}.0 /opt/wasi-sdk
55
RUN rm /opt/wasi-sdk-${WASI_SDK_VER}.0-linux.tar.gz
56
57
#
0 commit comments