diff --git a/.github/workflows/linux-ci-rust.yml b/.github/workflows/linux-ci-rust.yml index 9de4326f918..258c8f2d916 100644 --- a/.github/workflows/linux-ci-rust.yml +++ b/.github/workflows/linux-ci-rust.yml @@ -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 }} diff --git a/Dockerfile b/Dockerfile index 7db09d1bd5b..179fa0d8973 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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