Skip to content

Commit 80df14f

Browse files
committed
this time?
1 parent 21c467f commit 80df14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- uses: actions/checkout@v2
8787
- name: Setting IronPython path
88-
run: echo "::set-env name=IRONPYTHONPATH::${GITHUB_WORKSPACE}/src"
88+
run: echo "::set-env name=IRONPYTHONPATH::$env:GITHUB_WORKSPACE/src"
8989
- name: Install dependencies
9090
run: |
9191
choco install ironpython --version=2.7.8.1

0 commit comments

Comments
 (0)