We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734b7b3 commit 96c9ba9Copy full SHA for 96c9ba9
1 file changed
.github/workflows/hipo-win-gh.yml
@@ -44,11 +44,9 @@ jobs:
44
run: vcpkg install openblas[threads]
45
46
- name: Create build and install dir
47
- working-directory: ${{runner.workspace}}
48
- shell: pwsh
49
run: |
50
- mkdir build
51
- mkdir installs
+ cmake -E make_directory ${{runner.workspace}}/build
+ cmake -E make_directory ${{runner.workspace}}/installs
52
53
- name: Configure cmake
54
shell: pwsh
@@ -59,12 +57,6 @@ jobs:
59
57
-DHIPO=ON `
60
58
-DCMAKE_TOOLCHAIN_FILE="C:/vcpkg/scripts/buildsystems/vcpkg.cmake"
61
62
- - name: Create installs dir
63
- run: |
64
- ls
65
66
67
-
68
69
shell: bash
70
working-directory: ${{runner.workspace}}/build
0 commit comments