Skip to content

Commit

Permalink
attempt to do all with powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam4d committed Jun 23, 2023
1 parent d57c4e8 commit 3fcf7f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ jobs:

build-windows:
runs-on: windows-latest
defaults:
run:
shell: sh
strategy:
matrix:
windows_config:
Expand Down Expand Up @@ -160,8 +157,6 @@ jobs:
# Configure conan for release build
- name: Build
run: |
echo $pythonLocation
echo ${{ steps.py.outputs.python-path }}
conan install deps/conanfile.txt -pr:b=default -pr:h=default -pr:h=deps/build.profile -s build_type=Release --build missing -if build
cmake . -B build -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DPython_ROOT_DIR:STRING=$pythonLocation -DPYTHON_EXECUTABLE:FILEPATH=${{ steps.py.outputs.python-path }}
cmake --build build --config Release
Expand Down

0 comments on commit 3fcf7f2

Please sign in to comment.