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 bbc83b5 commit c5bf17eCopy full SHA for c5bf17e
1 file changed
.github/workflows/book.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Clean dependencies
46
if: ${{ inputs.clean-options != '' }}
47
- run: cargo clean ${{ inputs.clean-options}}
+ run: cargo clean ${{ inputs.clean-options }}
48
49
- name: Build dependencies
50
if: ${{ inputs.build-options != '' }}
0 commit comments