Skip to content

Commit fe5c815

Browse files
committed
default working dir
1 parent 1e014ed commit fe5c815

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ jobs:
5353

5454
- name: Configure cmake
5555
shell: bash
56-
working-directory: ${{runner.workspace}}/build
5756
run: |
5857
conda activate test
59-
cmake $GITHUB_WORKSPACE \
58+
cmake -S $GITHUB_WORKSPACE -B ${{runner.workspace}}/build
6059
-DHIPO=ON \
6160
-DCMAKE_FIND_LIBRARY_PREFIXES=";lib"
6261

0 commit comments

Comments
 (0)