Commit ae85e9b 1 parent e5458fa commit ae85e9b Copy full SHA for ae85e9b
File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
13
13
strategy :
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest, macos-latest]
16
- rust : [nightly ]
16
+ rust : [stable ]
17
17
steps :
18
18
- uses : actions/checkout/@v4
19
19
20
20
- name : Install Toolchain
21
21
uses : dtolnay/rust-toolchain@master
22
22
with :
23
- toolchain : nightly
23
+ toolchain : stable
24
24
components : clippy
25
25
26
26
- name : Rust Cache
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
- name : Fetch Repository
21
21
uses : actions/checkout@v4
22
22
23
- - name : Install Nightly Rust Toolchain
23
+ - name : Install Stable Rust Toolchain
24
24
uses : dtolnay/rust-toolchain@master
25
25
with :
26
- toolchain : nightly
26
+ toolchain : stable
27
27
28
28
- name : Rust version
29
29
id : rustc-version
@@ -75,10 +75,10 @@ jobs:
75
75
- name : Rust Cache
76
76
uses : Swatinem/rust-cache@v2
77
77
78
- - name : Install Nightly Rust Toolchain
78
+ - name : Install Stable Rust Toolchain
79
79
uses : dtolnay/rust-toolchain@master
80
80
with :
81
- toolchain : nightly
81
+ toolchain : stable
82
82
83
83
- name : Install jql
84
84
uses : taiki-e/install-action@v2
@@ -155,10 +155,10 @@ jobs:
155
155
- name : Checkout
156
156
uses : actions/checkout@v4
157
157
158
- - name : Install Nightly Rust Toolchain
158
+ - name : Install Stable Rust Toolchain
159
159
uses : dtolnay/rust-toolchain@master
160
160
with :
161
- toolchain : nightly
161
+ toolchain : stable
162
162
targets : ${{ matrix.target }}
163
163
164
164
- name : Rust Cache
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
17
17
fail-fast : false
18
18
matrix :
19
19
os : [ubuntu-latest, windows-latest, macos-latest]
20
- rust : [nightly ]
20
+ rust : [stable ]
21
21
steps :
22
22
- uses : actions/checkout/@v4
23
23
24
24
- name : Rust Toolchain
25
25
uses : dtolnay/rust-toolchain@master
26
26
with :
27
- toolchain : nightly
27
+ toolchain : stable
28
28
29
29
- name : Rust Cache
30
30
if : startsWith(matrix.os, 'ubuntu-')
You can’t perform that action at this time.
0 commit comments