Skip to content

Commit ae6a306

Browse files
committed
Fix ci
1 parent 6fcf811 commit ae6a306

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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-nightly-2024-07-30
40+
rustup update nightly-2024-07-30
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-nightly-2024-07-30
36+
toolchain: nightly-2024-07-30
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-nightly-2024-07-30
70+
toolchain: nightly-2024-07-30
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-nightly-2024-07-30
82+
toolchain: nightly-2024-07-30
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-nightly-2024-07-30
94+
toolchain: nightly-2024-07-30
9595
default: true
9696
components: rustfmt, clippy
9797
- name: Clippy Check

scripts/build_wasm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
22

3-
cargo +nightly-nightly-2024-07-30 build \
3+
cargo +nightly-2024-07-30 build \
44
-Z build-std=std,panic_abort \
55
-Z build-std-features=panic_immediate_abort \
66
--manifest-path="$SCRIPT_DIR/../Cargo.toml" \

0 commit comments

Comments
 (0)