Skip to content

Commit

Permalink
Update emscripten and coverage logo
Browse files Browse the repository at this point in the history
  • Loading branch information
michelerenzullo committed Jan 6, 2025
1 parent c35333a commit a290242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ jobs:
uses: ImBIOS/[email protected]
with:
file: output-${{ env.BUILD_TARGET }}/app/coverage/lcov.info
icon_name: codecov
access_token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload coverage artifacts
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN bootstrap/bootstrap.sh android && rm -rf build

FROM builder-env AS wasm
# Download emsdk 3.1.66
RUN wget -q https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.66.zip -O /opt/emsdk.zip
RUN wget -q https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.74.zip -O /opt/emsdk.zip
# Extract emsdk and create in symlink in /root (aka $HOME)
ENV EMSDK=/opt/emsdk
RUN unzip /opt/emsdk.zip -d /opt/ && mv /opt/emsdk-* /opt/emsdk && rm /opt/emsdk.zip && ln -s /opt/emsdk /root/emsdk
Expand Down

0 comments on commit a290242

Please sign in to comment.