fix(ci) update-rust-toolchain

This commit is contained in:
a-kenji 2022-03-17 17:08:46 +01:00
parent 1612bec8ba
commit 91f24114ee

View file

@ -13,12 +13,13 @@ jobs:
- name: Install Nix - name: Install Nix
uses: cachix/install-nix-action@v16 uses: cachix/install-nix-action@v16
with: with:
nix_path: nixpkgs=channel:nixos-unstable
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 jq
run: nix profile install nixpkgs#jq run: nix-env -i jq -f '<nixpkgs>'
- name: install dependencies - name: install curl
run: nix profile install nixpkgs#curl run: nix-env -if curl -f '<nixgpks>'
- 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