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 8ed1588 commit 5aa9911Copy full SHA for 5aa9911
.github/actions/test/action.yml
@@ -28,4 +28,4 @@ runs:
28
which cargo
29
echo $PATH
30
echo 'echo $PATH' | sudo --preserve-env=PATH sh
31
- sudo --preserve-env=PATH ${{ inputs.TOOL }} test --target ${{ inputs.TARGET }} --all-features
+ sudo --preserve-env=HOME $(which cargo) test --all-features
0 commit comments