Skip to content

Commit 4a74cda

Browse files
committed
Update CI config
1 parent 397a968 commit 4a74cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111
- dev
1212
schedule:
13-
- cron: '0 1 * * *'
13+
- cron: '0 0 * * *'
1414
workflow_dispatch:
1515

1616
env:
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
persist-credentials: false
6565
- name: Install Rust
66-
run: rustup toolchain add nightly --no-self-update && rustup default nightly
66+
run: rustup update stable --no-self-update
6767
- uses: taiki-e/setup-cross-toolchain-action@v1
6868
with:
6969
target: ${{ matrix.target }}

0 commit comments

Comments
 (0)