Skip to content

Commit

Permalink
Update CI nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
robinhundt committed Mar 25, 2024
1 parent 1681096 commit 7f8271b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- os: "macos-14"
exclude: "--exclude 'bitpolymul*'"
features: "aby2,bench-api,silent-ot,silent-ot-libote-codes"
os: ["ubuntu-latest", "windows-latest", "macos-14"]
os: [ "ubuntu-latest", "windows-latest", "macos-14" ]
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand All @@ -31,7 +31,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
id: toolchain
with:
toolchain: nightly-2024-01-12
toolchain: nightly-2024-03-19
- name: Override default toolchain
run: rustup override set ${{steps.toolchain.outputs.name}}
- run: cargo --version
Expand All @@ -55,7 +55,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
id: toolchain
with:
toolchain: nightly-2024-01-12
toolchain: nightly-2024-03-19
components: "clippy, rustfmt"
- name: Override default toolchain
run: rustup override set ${{steps.toolchain.outputs.name}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Push

on: ["push"]
on: [ "push" ]

env:
CARGO_TERM_COLOR: always
Expand All @@ -17,7 +17,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
id: toolchain
with:
toolchain: nightly-2024-01-12
toolchain: nightly-2024-03-19
- name: Override default toolchain
run: rustup override set ${{steps.toolchain.outputs.name}}
- run: cargo --version
Expand Down

0 comments on commit 7f8271b

Please sign in to comment.