File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -270,6 +270,7 @@ jobs:
270
270
271
271
with :
272
272
file : output-${{ env.BUILD_TARGET }}/app/coverage/lcov.info
273
+ icon_name : codecov
273
274
access_token : ${{ secrets.GITHUB_TOKEN }}
274
275
275
276
- name : Upload coverage artifacts
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ RUN bootstrap/bootstrap.sh android && rm -rf build
74
74
75
75
FROM builder-env AS wasm
76
76
# Download emsdk 3.1.66
77
- RUN wget -q https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.66 .zip -O /opt/emsdk.zip
77
+ RUN wget -q https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.74 .zip -O /opt/emsdk.zip
78
78
# Extract emsdk and create in symlink in /root (aka $HOME)
79
79
ENV EMSDK=/opt/emsdk
80
80
RUN unzip /opt/emsdk.zip -d /opt/ && mv /opt/emsdk-* /opt/emsdk && rm /opt/emsdk.zip && ln -s /opt/emsdk /root/emsdk
You can’t perform that action at this time.
0 commit comments