From 128006c33b30130b9c35ce2bd3f853eea7dad5a4 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Sun, 25 Aug 2024 20:56:24 +1000 Subject: [PATCH] Exclude the entire workspace from Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- .github/actions/just-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/just-setup/action.yml b/.github/actions/just-setup/action.yml index b5dce2f4..57c6c7a7 100644 --- a/.github/actions/just-setup/action.yml +++ b/.github/actions/just-setup/action.yml @@ -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"