mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 17:26:40 +00:00
remove DisableWinCompat file
This commit is contained in:
5
.github/workflows/golang-test-windows.yml
vendored
5
.github/workflows/golang-test-windows.yml
vendored
@@ -49,11 +49,12 @@ jobs:
|
||||
run: go mod tidy
|
||||
# - name: Build helper
|
||||
# run: go test -c -o ${{ github.workspace }}/iface-testing.bin.exe ./iface/
|
||||
|
||||
# "C:\hostedtoolcache\windows\go\1.19.7\x64\bin\go.exe"
|
||||
- name: Test
|
||||
if: ${{ always() }}
|
||||
run: |
|
||||
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process -Force
|
||||
rm "$PSHOME\DisableWinCompat.powershell.config.json"
|
||||
# Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process -Force
|
||||
Import-Module PSScheduledJob -UseWindowsPowerShell
|
||||
Import-Module ".\Invoke-ScheduledTask.ps1"
|
||||
Import-Module ".\Invoke-CommandAs.ps1"
|
||||
|
||||
Reference in New Issue
Block a user