Skip to content

Commit 6086bf2

Browse files
VladasZJetpackDuba
authored andcommitted
Remove nightly from CI
1 parent 7a758df commit 6086bf2

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/build_with_tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: dtolnay/rust-toolchain@stable
22-
with:
23-
toolchain: nightly
2422
- run: cargo install cargo-kotars --git https://github.com/JetpackDuba/kotars
2523
- name: Set up JDK 17
2624
uses: actions/setup-java@v3

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: dtolnay/rust-toolchain@stable
14-
with:
15-
toolchain: nightly
1614
- run: cargo install cargo-kotars --git https://github.com/JetpackDuba/kotars
1715
- run: cargo install cross
1816
- name: Set up JDK 17
@@ -48,7 +46,6 @@ jobs:
4846
- uses: actions/checkout@v3
4947
- uses: dtolnay/rust-toolchain@stable
5048
with:
51-
toolchain: nightly
5249
targets: aarch64-unknown-linux-gnu
5350
- run: cargo install cargo-kotars --git https://github.com/JetpackDuba/kotars
5451
- run: cargo install cross
@@ -86,8 +83,6 @@ jobs:
8683
run: echo ${{github.ref_name}}
8784
- uses: actions/checkout@v3
8885
- uses: dtolnay/rust-toolchain@stable
89-
with:
90-
toolchain: nightly
9186
- run: cargo install cargo-kotars --git https://github.com/JetpackDuba/kotars
9287
- name: Set up JDK 17
9388
uses: actions/setup-java@v3
@@ -131,7 +126,6 @@ jobs:
131126
- uses: actions/checkout@v3
132127
- uses: dtolnay/rust-toolchain@stable
133128
with:
134-
toolchain: nightly
135129
targets: x86_64-apple-darwin
136130
- run: cargo install cargo-kotars --git https://github.com/JetpackDuba/kotars
137131
- name: Set up JDK 17

0 commit comments

Comments
 (0)