We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76903be commit 7b9a915Copy full SHA for 7b9a915
.github/workflows/build.yml
@@ -22,7 +22,8 @@ jobs:
22
submodules: 'true'
23
24
- uses: actions-rust-lang/setup-rust-toolchain@v1
25
- rustflags: ""
+ with:
26
+ rustflags: ""
27
28
- uses: actions/setup-node@v4
29
with:
.github/workflows/test.yml
@@ -22,7 +22,6 @@ jobs:
0 commit comments