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"