Skip to content

Commit b2e5646

Browse files
committed
ci: fix command for configuring poroject
1 parent ec17ae5 commit b2e5646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Configure build
6363
working-directory: ${{runner.workspace}}
6464
run: |
65-
mkdir build `
65+
mkdir build
6666
cmake -B build -S asap-common `
6767
-D CMAKE_BUILD_TYPE=${{matrix.build_type}} `
6868
-G "${{ matrix.generator }}" `

0 commit comments

Comments
 (0)