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.
2 parents bad04b4 + d704a38 commit ba06b09Copy full SHA for ba06b09
.github/actions/cargo-install-upload-artifacts/action.yml
@@ -27,7 +27,8 @@ runs:
27
echo "::set-output name=out-dir::${out_dir}"
28
echo "::set-output name=artifacts-dir::${artifacts_dir}"
29
shell: bash
30
-
+ - run: rm -rf .git
31
+ shell: bash
32
- name: Build with all features
33
run:
34
cargo install
0 commit comments