Skip to content

Commit a290242

Browse files
Update emscripten and coverage logo
1 parent c35333a commit a290242

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ jobs:
270270
uses: ImBIOS/[email protected]
271271
with:
272272
file: output-${{ env.BUILD_TARGET }}/app/coverage/lcov.info
273+
icon_name: codecov
273274
access_token: ${{ secrets.GITHUB_TOKEN }}
274275

275276
- name: Upload coverage artifacts

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN bootstrap/bootstrap.sh android && rm -rf build
7474

7575
FROM builder-env AS wasm
7676
# 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
7878
# Extract emsdk and create in symlink in /root (aka $HOME)
7979
ENV EMSDK=/opt/emsdk
8080
RUN unzip /opt/emsdk.zip -d /opt/ && mv /opt/emsdk-* /opt/emsdk && rm /opt/emsdk.zip && ln -s /opt/emsdk /root/emsdk

0 commit comments

Comments
 (0)