Skip to content

Commit e04b194

Browse files
author
Albert Perez Toro
committed
ci: Fix toolchain version
1 parent 7ae75f8 commit e04b194

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release-kotlin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
rustup toolchain install nightly-2024-02-01
3838
3939
# Update both toolchains
40-
rustup update nightly-2024-02-01-2023-11-24
40+
rustup update nightly-2023-11-24
4141
rustup update nightly-2024-02-01
4242
4343
# Add target

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Rust Toolchain
3434
uses: RDXWorks-actions/toolchain@master
3535
with:
36-
toolchain: nightly-2024-02-01-2023-11-24
36+
toolchain: nightly-2024-02-01
3737
default: true
3838
components: rustfmt, clippy
3939
- name: Install cargo nextest
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install Rust Toolchain
6868
uses: RDXWorks-actions/toolchain@master
6969
with:
70-
toolchain: nightly-2024-02-01-2023-11-24
70+
toolchain: nightly-2024-02-01
7171
default: true
7272
components: rustfmt
7373
- name: Check formatting
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install Rust Toolchain
8080
uses: RDXWorks-actions/toolchain@master
8181
with:
82-
toolchain: nightly-2024-02-01-2023-11-24
82+
toolchain: nightly-2024-02-01
8383
default: true
8484
profile: minimal
8585
- name: Cargo Check
@@ -91,7 +91,7 @@ jobs:
9191
- name: Install Rust Toolchain
9292
uses: RDXWorks-actions/toolchain@master
9393
with:
94-
toolchain: nightly-2024-02-01-2023-11-24
94+
toolchain: nightly-2024-02-01
9595
default: true
9696
components: rustfmt, clippy
9797
- name: Clippy Check

0 commit comments

Comments
 (0)