Browse Source

Try to access env variables and uzip file in windows workflow

master
Krisjanis Rijnieks 5 years ago
parent
commit
d9508c8e09
  1. 3
      .github/workflows/windows.yml

3
.github/workflows/windows.yml

@ -9,9 +9,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- run: echo ${OF_URL}
- run: echo $Env.OF_URL
- run: mkdir ../.ofxPiMapper
- run: cp ./* ../.ofxPiMapper/
- run: curl --help
- run: curl --location --progress-bar --output openFrameworks.zip https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_msys264_release.zip
- run: pwd && ls
- run: unzip openFrameworks.zip

Loading…
Cancel
Save