fix(ci): update-rust-toolchain

This commit is contained in:
a-kenji 2022-03-17 17:24:39 +01:00
parent 3907e2b9f1
commit 8bb46715a9

View file

@ -18,9 +18,9 @@ jobs:
extra_nix_config: | extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: install jq - name: install jq
run: nix-env -ip pkgs.jq -f '<nixpkgs>' run: nix-env -i jq -f '<nixpkgs>'
- name: install curl - name: install curl
run: nix-env -ip pkgs.curl -f '<nixpkgs>' run: nix-env -i curl -f '<nixpkgs>'
- 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