From 8f12e6a7cfc6cfbec21f5683da977fd2867cef0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20K=C3=B8hler=20Warmdahl?= Date: Thu, 14 Nov 2024 08:16:21 +0100 Subject: [PATCH] Install rust and cargo --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7b9c7cfbe..2a881dfaa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -73,6 +73,9 @@ jobs: with: submodules: recursive ref: 'v1.7.4' + - name: install cargo + run: | + rustup toolchain install 1.68.2-x86_64-unknown-linux-gnu - name: Install dependencies and build run: | TARGET_NET="stagenet"