Skip to content

Commit d8b65ab

Browse files
authored
fix(ci): install the missing Rust dependency (#609)
1 parent 5d320c2 commit d8b65ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Nightly Regression
22

33
on:
44
schedule:
5-
# run at 01:00 UTC (9:00 UTC+8) so that we can debug it immediately
6-
- cron: '00 01 * * *'
5+
# run at 00:00 UTC (8:00 UTC+8) so that we can debug it immediately
6+
- cron: '00 00 * * *'
77

88
jobs:
99
test-difftest-fuzzing:
@@ -26,6 +26,8 @@ jobs:
2626
run: |
2727
cd $GITHUB_WORKSPACE/..
2828
git clone https://github.com/OpenXiangShan/xfuzz.git
29+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
30+
source $HOME/.cargo/env
2931
cargo install cargo-make
3032
cd xfuzz && make init && make build
3133

0 commit comments

Comments
 (0)