fix(ci): update-rust-toolchain

Fix a typo
This commit is contained in:
a-kenji 2022-03-17 17:11:32 +01:00
parent 91f24114ee
commit 5db634ad51

View file

@ -19,7 +19,7 @@ jobs:
- name: install jq - name: install jq
run: nix-env -i jq -f '<nixpkgs>' run: nix-env -i jq -f '<nixpkgs>'
- name: install curl - name: install curl
run: nix-env -if curl -f '<nixgpks>' run: nix-env -if curl -f '<nixpkgs>'
- name: update rust-toolchain - name: update rust-toolchain
run: assets/scripts/update-toolchain.sh run: assets/scripts/update-toolchain.sh
- name: Create Pull Request - name: Create Pull Request