Skip to content

Commit

Permalink
path nightly to 2022-12-27
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk committed Dec 29, 2022
1 parent 28669d4 commit 087059d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@nightly-2022-12-27
with:
components: llvm-tools-preview
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@nightly-2022-12-27
with:
components: llvm-tools-preview
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@nightly-2022-12-27
with:
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@nightly-2022-12-27
with:
components: llvm-tools-preview
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@nightly-2022-12-27

- name: Install cargo-udeps
run: cargo install cargo-udeps --locked
Expand Down

0 comments on commit 087059d

Please sign in to comment.