Skip to content

Commit

Permalink
ci: add exclusion for Windows Defender GNU build
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed May 6, 2024
1 parent 5e3c1c9 commit c3e11ea
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ winget install --id Python.Python.3.12 --scope machine

setx /M PATH "$env:PATH;C:\Program Files\7-Zip"

# Exclude R: mounted directory for building Rust from Windows Defender scan, which blocks most of the tools
Add-MpPreference -ExclusionPath "R:\"

c:\msys64\msys2_shell.cmd -mingw64

0 comments on commit c3e11ea

Please sign in to comment.