From 7a69f154c8adb4412f445f9b01435ecdb1dd60b9 Mon Sep 17 00:00:00 2001 From: Zoe Prieto <101403129+zoeprieto@users.noreply.github.com> Date: Thu, 2 May 2024 17:42:36 -0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87e70a5..2d12b4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Install and test C API on Windows if: startsWith(matrix.config.name, 'Windows') run: | - $KDDIR = "$pwd" + $KDDIR = $pwd $INSTALLDIR = "$pwd\..\KDinstall" mkdir dependencies cd dependencies @@ -71,7 +71,7 @@ jobs: echo "$INSTALLDIR\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append echo "$INSTALLDIR\lib" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append $env:PATH += ";$INSTALLDIR\bin;$INSTALLDIR\lib" - kdtool-resample -h + kdtool resample -h - name: Set up Python ${{ matrix.config.python-version }} uses: actions/setup-python@v2 with: