Skip to content

Commit

Permalink
Send help
Browse files Browse the repository at this point in the history
  • Loading branch information
osiewicz committed Feb 21, 2025
1 parent 19bbfa4 commit 8c29e62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ jobs:
if: github.repository_owner == 'zed-industries'
runs-on: hosted-windows-1
steps:
- run: Set-MpPreference -DisableRealtimeMonitoring $true
shell: powershell

# more info here:- https://github.com/rust-lang/cargo/issues/13020
- name: Enable longer pathnames for git
run: git config --system core.longpaths true
Expand Down

0 comments on commit 8c29e62

Please sign in to comment.