Skip to content

Commit dac568c

Browse files
committed
Ensure date-check cron job is using latest stable Rust
This should prevent future failures like this one [1]. [1]: https://github.com/rust-lang/rustc-dev-guide/runs/4067460927?check_suite_focus=true
1 parent 292072d commit dac568c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/date-check.yml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- name: Checkout repo
1818
uses: actions/checkout@v2
1919

20+
- name: Ensure Rust is up-to-date
21+
run: |
22+
rustup update stable
23+
2024
- name: Run `date-check`
2125
working-directory: ci/date-check
2226
run: |

0 commit comments

Comments
 (0)