We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206ef80 commit 23686d0Copy full SHA for 23686d0
1 file changed
.github/workflows/daily-grammar-check.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
grammar-check:
10
- if: github.repository == 'rust-lang/reference'
+ # if: github.repository == 'rust-lang/reference'
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout reference repository
@@ -26,7 +26,7 @@ jobs:
26
- name: Install Rust nightly
27
run: |
28
rustup set profile minimal
29
- rustup toolchain install nightly
+ rustup toolchain install nightly -c rustc-dev
30
rustup default nightly
31
32
- name: Report versions
0 commit comments