Skip to content

Commit cf70384

Browse files
committed
github actions: build - fix setting ITK_DIR on Windows (again)
1 parent d88ebec commit cf70384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
- if: runner.os == 'Windows'
147147
name: set ITK_DIR (Windows)
148148
run: |
149-
echo "ITK_DIR=${{github.workspace}}/itk-${{ env.ITK_VERSION }}" >> "$GITHUB_ENV"
149+
"ITK_DIR=${{github.workspace}}/itk-${{ env.ITK_VERSION }}" >> $env:GITHUB_ENV
150150
151151
- name: Install npm
152152
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)