Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeprieto authored May 2, 2024
1 parent 2fd5d4f commit 7a69f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 7a69f15

Please sign in to comment.