We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df0cf5 commit f8c28c5Copy full SHA for f8c28c5
.github/workflows/main.yml
@@ -102,7 +102,7 @@ jobs:
102
os: windows-latest
103
rust: nightly-x86_64-gnu
104
steps:
105
- - uses: actions/checkout@master
+ - uses: actions/checkout@v1
106
with:
107
submodules: true
108
- name: Install Rust (rustup)
@@ -139,7 +139,7 @@ jobs:
139
name: Rustfmt
140
runs-on: ubuntu-latest
141
142
143
144
145
- name: Install Rust
0 commit comments