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 15d0600 commit 29223f3Copy full SHA for 29223f3
.github/workflows/main.yml
@@ -83,7 +83,7 @@ jobs:
83
name: windows-ironpython
84
runs-on: windows-latest
85
env:
86
- IRONPYTHONPATH: $GITHUB_WORKSPACE/src
+ IRONPYTHONPATH: ${{ env.GITHUB_WORKSPACE }}/src
87
steps:
88
- uses: actions/checkout@v2
89
- name: Install dependencies
0 commit comments