fix(ci) update-rust-toolchain

This commit is contained in:
a-kenji 2022-03-17 17:21:50 +01:00
parent 5db634ad51
commit 3907e2b9f1

View file

@ -7,6 +7,7 @@ on:
jobs:
lockfile:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout repository
uses: actions/checkout@v3
@ -17,9 +18,9 @@ jobs:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: install jq
run: nix-env -i jq -f '<nixpkgs>'
run: nix-env -ip pkgs.jq -f '<nixpkgs>'
- name: install curl
run: nix-env -if curl -f '<nixpkgs>'
run: nix-env -ip pkgs.curl -f '<nixpkgs>'
- name: update rust-toolchain
run: assets/scripts/update-toolchain.sh
- name: Create Pull Request