mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 07:06:36 +00:00
Exclude the entire workspace from
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
e879d8d77e
commit
128006c33b
1 changed files with 1 additions and 1 deletions
2
.github/actions/just-setup/action.yml
vendored
2
.github/actions/just-setup/action.yml
vendored
|
@ -44,7 +44,7 @@ runs:
|
|||
|
||||
- name: Exclude target from windows defender
|
||||
if: runner.os == 'Windows'
|
||||
run: Add-MpPreference -ExclusionPath $DEV_DRIVE
|
||||
run: Add-MpPreference -ExclusionPath $PWD
|
||||
|
||||
- name: Add just to tools to install
|
||||
run: echo "tools=just" >>"$GITHUB_ENV"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue