fix(ci) update-rust-toolchain
This commit is contained in:
parent
5db634ad51
commit
3907e2b9f1
1 changed files with 3 additions and 2 deletions
5
.github/workflows/update-rust-toolchain.yml
vendored
5
.github/workflows/update-rust-toolchain.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 5
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
@ -17,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 -i jq -f '<nixpkgs>'
|
run: nix-env -ip pkgs.jq -f '<nixpkgs>'
|
||||||
- name: install curl
|
- name: install curl
|
||||||
run: nix-env -if curl -f '<nixpkgs>'
|
run: nix-env -ip pkgs.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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue