Skip to content

Commit d9e705f

Browse files
committed
working dir buidl
1 parent a3c2185 commit d9e705f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hipo-win-conda-forge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
conda install -y -c conda-forge openblas
4545
4646
- name: Create build dir
47+
working-directory: ${{runner.workspace}}
4748
shell: bash
48-
run: cmake -E make_directory ${{runner.workspace}}/build
49+
run: mkdir build
4950

5051
- name: Configure cmake
5152
shell: bash

0 commit comments

Comments
 (0)