Browse Source

Check what curl help file sez on the windows server

master
Krisjanis Rijnieks 5 years ago
parent
commit
537b418d0d
  1. 1
      .github/workflows/windows.yml

1
.github/workflows/windows.yml

@ -11,5 +11,6 @@ jobs:
fetch-depth: 1
- run: mkdir ../.ofxPiMapper
- run: cp ./* ../.ofxPiMapper/
- run: curl --help
- run: curl ${OF_URL}
- run: pwd && ls -al

Loading…
Cancel
Save