fix(ci): update-rust-toolchain
Fix a typo
This commit is contained in:
parent
91f24114ee
commit
5db634ad51
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-rust-toolchain.yml
vendored
2
.github/workflows/update-rust-toolchain.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: install jq
|
||||
run: nix-env -i jq -f '<nixpkgs>'
|
||||
- name: install curl
|
||||
run: nix-env -if curl -f '<nixgpks>'
|
||||
run: nix-env -if curl -f '<nixpkgs>'
|
||||
- name: update rust-toolchain
|
||||
run: assets/scripts/update-toolchain.sh
|
||||
- name: Create Pull Request
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue