Skip to content

Commit

Permalink
bump rust version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Jul 18, 2024
1 parent 847f1cc commit 6a780c8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install beta toolchain
uses: dtolnay/rust-toolchain@beta
with:
targets: ${{ matrix.target.rustc }}
- name: Install dependencies
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
rust:
- stable
# - stable
- beta
- nightly
steps:
Expand Down Expand Up @@ -58,8 +58,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install beta toolchain
uses: dtolnay/rust-toolchain@beta
with:
components: clippy
- name: Install dependencies
Expand Down Expand Up @@ -94,8 +94,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install beta toolchain
uses: dtolnay/rust-toolchain@beta
with:
components: clippy
- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install beta toolchain
uses: dtolnay/rust-toolchain@beta
with:
components: clippy
- name: Install dependencies
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
with:
submodules: true
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@beta
with:
components: clippy
- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install beta toolchain
uses: dtolnay/rust-toolchain@beta
with:
targets: x86_64-unknown-linux-musl
- name: Install dependencies
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
with:
submodules: true
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@beta
with:
components: clippy
- name: Cargo build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install beta toolchain
uses: dtolnay/rust-toolchain@beta
with:
components: clippy
- name: Install tools (choco)
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
with:
submodules: true
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@beta
with:
components: clippy
- name: Cargo build
Expand Down

0 comments on commit 6a780c8

Please sign in to comment.