We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9da86 commit 49694e2Copy full SHA for 49694e2
.github/workflows/hipo-win-conda-forge.yml
@@ -45,13 +45,13 @@ jobs:
45
# - name: Create build dir
46
# run: cmake -E make_directory ${{runner.workspace}}/build
47
48
- # - name: Configure cmake
49
- # shell: bash
50
- # working-directory: ${{runner.workspace}}/build
51
- # run: |
52
- # cmake $GITHUB_WORKSPACE \
53
- # -DHIPO=ON \
54
- # -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
+ - name: Configure cmake
+ shell: bash
+ working-directory: ${{runner.workspace}}/build
+ run: |
+ cmake $GITHUB_WORKSPACE \
+ -DHIPO=ON \
+ -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
55
56
# - name: Build
57
# shell: bash
0 commit comments