Exclude the entire workspace from

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2024-08-25 20:56:24 +10:00 committed by GitHub
parent e879d8d77e
commit 128006c33b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"