Skip to content

Commit

Permalink
[CI]: Fix Docker and check-binary-sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Mar 12, 2024
1 parent 2e4b184 commit c2c1789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
./tools/release-size compare --before previous/release-report.json --current release-report.json > report-diff.md
- name: Create or Update Comment
if: github.event_name == 'pull_request'
uses: edumserrano/find-create-or-update-comment@v2
with:
issue-number: ${{ github.event.pull_request.number }}
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ENV CXX=/usr/bin/clang++-14
RUN wget "https://sh.rustup.rs" -O rustup.sh \
&& sh rustup.sh -y
ENV PATH="/root/.cargo/bin:${PATH}"
RUN rustup default nightly-2024-02-09
RUN cargo install --force cbindgen \
&& rustup target add wasm32-unknown-emscripten

Expand Down

0 comments on commit c2c1789

Please sign in to comment.