From a008cb6bd5f5fc23b16033a1a293f04a76245a47 Mon Sep 17 00:00:00 2001 From: Stephen Date: Sat, 20 Nov 2021 19:13:04 -0800 Subject: [PATCH] try passing arg to sh --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4db4fa264d..d934964efb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y curl build-essential libsqlite3-dev libssl-dev clang cmake ninja-build pkg-config libgtk-3-dev - name: Rust run: | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y source $HOME/.cargo/env rustup toolchain install nightly rustup default nightly