fix(ci): update-toolchain

This commit is contained in:
a-kenji 2022-03-17 16:56:15 +01:00
parent 1b3f2236d4
commit 1612bec8ba

View file

@ -16,7 +16,9 @@ jobs:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- 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
run: assets/scripts/update-toolchain.sh
- name: Create Pull Request