Browse Source

Check PowerShell execution policy

master
Krisjanis Rijnieks 5 years ago
parent
commit
0b6bafed3e
  1. 1
      .github/workflows/windows.yml

1
.github/workflows/windows.yml

@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- run: Get-ExecutionPolicy
- run: echo $Env.OF_URL
- run: mkdir ../.ofxPiMapper
- run: cp ./* ../.ofxPiMapper/

Loading…
Cancel
Save