Skip to content

Commit 162d7a5

Browse files
committed
install missing components
1 parent c401db3 commit 162d7a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'master'
1010
schedule:
1111
# Use <https://crontab.guru> to conveniently edit cron schedule.
12-
- cron: '0 7 * * *' # At 07:00 UTC every day.
12+
- cron: '0 6 * * *' # At 06:00 UTC every day.
1313

1414
jobs:
1515
build:
@@ -27,6 +27,7 @@ jobs:
2727
fi
2828
echo "Installing Rust version: $RUST_TOOLCHAIN"
2929
rustup default $RUST_TOOLCHAIN
30+
rustup components add rust-src miri
3031
3132
- name: Show Rust version
3233
run: |

0 commit comments

Comments
 (0)