From 19b26acc19e8e7fa6700ceb155680cfa0b806007 Mon Sep 17 00:00:00 2001 From: Debdut Chakraborty Date: Thu, 3 Apr 2025 23:00:03 +0530 Subject: [PATCH] ci: fix matrix sdk native build (#35694) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 195291a7bebbc..e7d3879d3b0c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -306,13 +306,13 @@ jobs: - if: steps.matrix-rust-sdk-crypto-nodejs.outputs.cache-hit != 'true' uses: actions/setup-node@v4 with: - node-version: '20.18.0' + node-version: '22.13.1' - if: steps.matrix-rust-sdk-crypto-nodejs.outputs.cache-hit != 'true' - uses: dtolnay/rust-toolchain@stable + uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: stable - targets: x86_64-unknown-linux-musl + toolchain: '1.76' + target: x86_64-unknown-linux-musl - if: steps.matrix-rust-sdk-crypto-nodejs.outputs.cache-hit != 'true' name: Install ziglang