fix(ci): update-toolchain
This commit is contained in:
parent
1b3f2236d4
commit
1612bec8ba
1 changed files with 3 additions and 1 deletions
4
.github/workflows/update-rust-toolchain.yml
vendored
4
.github/workflows/update-rust-toolchain.yml
vendored
|
|
@ -16,7 +16,9 @@ jobs:
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: install dependencies
|
- 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
|
- name: update rust-toolchain
|
||||||
run: assets/scripts/update-toolchain.sh
|
run: assets/scripts/update-toolchain.sh
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue