fix(ci): update-rust-toolchain
This commit is contained in:
parent
3907e2b9f1
commit
8bb46715a9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-rust-toolchain.yml
vendored
4
.github/workflows/update-rust-toolchain.yml
vendored
|
|
@ -18,9 +18,9 @@ jobs:
|
|||
extra_nix_config: |
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
- name: install jq
|
||||
run: nix-env -ip pkgs.jq -f '<nixpkgs>'
|
||||
run: nix-env -i jq -f '<nixpkgs>'
|
||||
- name: install curl
|
||||
run: nix-env -ip pkgs.curl -f '<nixpkgs>'
|
||||
run: nix-env -i 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