mirror of
https://github.com/kr15h/ofxPiMapper.git
synced 2026-06-16 12:31:49 +02:00
Add another test to see how env vars work in windows workflow
This commit is contained in:
@@ -3,13 +3,15 @@ on: [push]
|
||||
jobs:
|
||||
compile:
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
OF_URL: https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_msys264_release.zip
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- run: OF_URL="https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_msys264_release.zip"
|
||||
- run: echo ${OF_URL}
|
||||
- run: mkdir ../.ofxPiMapper
|
||||
- run: cp ./* ../.ofxPiMapper/
|
||||
- run: curl --help
|
||||
- run: curl --location --progress-bar ${OF_URL}
|
||||
- run: curl --location --progress-bar https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_msys264_release.zip
|
||||
- run: pwd && ls -al
|
||||
|
||||
Reference in New Issue
Block a user