Skip to content

Commit a8a2cf2

Browse files
committed
ci: fix windows builds
1 parent 32e7aa2 commit a8a2cf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows-builds.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
- name: Configure build
6363
working-directory: ${{runner.workspace}}
6464
run: |
65-
cmake -B build -S asap `
65+
mkdir build `
66+
cmake -B build -S asap-common `
6667
-D CMAKE_BUILD_TYPE=${{matrix.build_type}} `
6768
-G "${{ matrix.generator }}" `
6869
-D USE_CCACHE=ON `

0 commit comments

Comments
 (0)