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 80df14f commit 061815dCopy full SHA for 061815d
.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::$env: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