Skip to content

Commit 96c9ba9

Browse files
committed
progress
1 parent 734b7b3 commit 96c9ba9

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/hipo-win-gh.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ jobs:
4444
run: vcpkg install openblas[threads]
4545

4646
- name: Create build and install dir
47-
working-directory: ${{runner.workspace}}
48-
shell: pwsh
4947
run: |
50-
mkdir build
51-
mkdir installs
48+
cmake -E make_directory ${{runner.workspace}}/build
49+
cmake -E make_directory ${{runner.workspace}}/installs
5250
5351
- name: Configure cmake
5452
shell: pwsh
@@ -59,12 +57,6 @@ jobs:
5957
-DHIPO=ON `
6058
-DCMAKE_TOOLCHAIN_FILE="C:/vcpkg/scripts/buildsystems/vcpkg.cmake"
6159
62-
- name: Create installs dir
63-
run: |
64-
ls
65-
mkdir installs
66-
ls
67-
6860
- name: Configure cmake
6961
shell: bash
7062
working-directory: ${{runner.workspace}}/build

0 commit comments

Comments
 (0)