Skip to content

Commit 299e965

Browse files
committed
[CI] fix toolchain and enable cache for nightly
1 parent 3a3555e commit 299e965

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
uses: houseabsolute/actions-rust-cross@v1
6565
with:
6666
command: build
67+
toolchain: "1.88"
68+
use-rust-cache: true
6769
target: ${{ matrix.platform.target }}
6870
args: "--locked --profile production"
6971
strip: true

0 commit comments

Comments
 (0)