Skip to content

Commit df41d3e

Browse files
authored
Update build.yml
1 parent e29c408 commit df41d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Build
19-
run: cmake -S. -Bbin && cmake --build bin --parallel --config $BUILD_TYPE
19+
run: cmake -S. -Bbin -DCMAKE_BUILD_TYPE=$BUILD_TYPE && cmake --build bin --parallel --config $BUILD_TYPE

0 commit comments

Comments
 (0)