We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c467f commit 80df14fCopy full SHA for 80df14f
.github/workflows/main.yml
@@ -85,7 +85,7 @@ jobs:
85
steps:
86
- uses: actions/checkout@v2
87
- name: Setting IronPython path
88
- run: echo "::set-env name=IRONPYTHONPATH::${GITHUB_WORKSPACE}/src"
+ run: echo "::set-env name=IRONPYTHONPATH::$env:GITHUB_WORKSPACE/src"
89
- name: Install dependencies
90
run: |
91
choco install ironpython --version=2.7.8.1
0 commit comments