Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
peinlcy committed Feb 9, 2024
1 parent d4f52fa commit 1090cea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mini-ola-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-08-21
toolchain: nightly-2024-01-30
components: rustfmt
override: true
- name: Build
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-08-21
toolchain: nightly-2024-01-30
components: rustfmt
override: true
- name: Build
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-08-21
toolchain: nightly-2024-01-30
components: rustfmt
override: true
- name: Build
Expand All @@ -96,7 +96,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-08-21
toolchain: nightly-2024-01-30
components: rustfmt
override: true
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-08-21
toolchain: nightly-2024-01-30
profile: minimal
components: rustfmt, clippy
override: true
Expand Down

0 comments on commit 1090cea

Please sign in to comment.