Browse Source

Fix benchmarking github workflow

Leszek Wiesner 3 years ago
parent
commit
f276c5b44d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/joystream-node-benchmarks.yml

+ 1 - 1
.github/workflows/joystream-node-benchmarks.yml

@@ -35,7 +35,7 @@ jobs:
       - name: Build
         run: |
           pushd node
-          WASM_BUILD_TOOLCHAIN=nightly-2020-10-06 cargo build --release --features runtime-benchmarks
+          WASM_BUILD_TOOLCHAIN=nightly-2021-03-24 cargo build --release --features runtime-benchmarks
           popd
         if: env.GIT_DIFF