Browse Source

Fighting with curl still

master
Krisjanis Rijnieks 5 years ago
parent
commit
7fbac8a893
  1. 2
      .github/workflows/windows.yml

2
.github/workflows/windows.yml

@ -12,5 +12,5 @@ jobs:
- run: mkdir ../.ofxPiMapper
- run: cp ./* ../.ofxPiMapper/
- run: curl --help
- run: curl ${OF_URL}
- run: curl --location --progress-bar ${OF_URL}
- run: pwd && ls -al

Loading…
Cancel
Save