Skip to content

Commit

Permalink
Fixing Windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Géry Casiez committed Dec 8, 2024
1 parent 4ec9fd7 commit 9c17e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# - name: compile Python binding
# run: |
# ./venv/Scripts/activate
# cp pointing/release/libpointing.a bindings/Python/cython/
# cp pointing/release/libpointing.lib bindings/Python/cython/
# cd bindings/Python/cython/
# python.exe --version
# python.exe buildcythonlib.py build_ext --inplace
Expand All @@ -66,5 +66,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: |
pointing/release/libpointing.a
pointing/release/libpointing.lib
# bindings/Python/cython/libpointing/*.so

0 comments on commit 9c17e27

Please sign in to comment.