mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-27 03:04:16 +03:00
fix(ci): update-rust-toolchain
Fix a typo
This commit is contained in:
parent
91f24114ee
commit
5db634ad51
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…
Reference in New Issue
Block a user