Skip to content

Commit d568b7c

Browse files
committed
fixup! .github/workflows/ci.yml: disable real-time protection on Windows.
1 parent c1ba0c1 commit d568b7c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424

25-
- name: Disable RTM
26-
if: ${{ runner.os == 'Windows' }}
27-
shell: powershell
28-
run: Set-MpPreference -DisableRealtimeMonitoring $true
29-
3025
- name: Get date
3126
id: get-date
3227
run: echo "date=$(date -u +%Y-%m)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)