Skip to content

Commit 23686d0

Browse files
committed
Working on workflow
1 parent 206ef80 commit 23686d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/daily-grammar-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
grammar-check:
10-
if: github.repository == 'rust-lang/reference'
10+
# if: github.repository == 'rust-lang/reference'
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout reference repository
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Rust nightly
2727
run: |
2828
rustup set profile minimal
29-
rustup toolchain install nightly
29+
rustup toolchain install nightly -c rustc-dev
3030
rustup default nightly
3131
3232
- name: Report versions

0 commit comments

Comments
 (0)