From 1612bec8baf7dfad577b93ec2a64a26dcae26f56 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Thu, 17 Mar 2022 16:56:15 +0100 Subject: [PATCH] fix(ci): update-toolchain --- .github/workflows/update-rust-toolchain.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-rust-toolchain.yml b/.github/workflows/update-rust-toolchain.yml index ef216f1d..fc415931 100644 --- a/.github/workflows/update-rust-toolchain.yml +++ b/.github/workflows/update-rust-toolchain.yml @@ -16,7 +16,9 @@ jobs: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: install dependencies - run: nix profile install nixpkgs#jq nixpkgs#curl + run: nix profile install nixpkgs#jq + - name: install dependencies + run: nix profile install nixpkgs#curl - name: update rust-toolchain run: assets/scripts/update-toolchain.sh - name: Create Pull Request