Skip to content

Commit 1948e94

Browse files
authored
Fixed typo (#205)
1 parent f2df810 commit 1948e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: 'Configure CMake (DLL)'
109109
working-directory: ${{ github.workspace }}
110-
run: cmake --preset=${{ matrix.build_type }} -DBUILD_TESTING=ON -DBUILD_TOOLS=OFF -DBUILD_SHARED_LIBS=ON1
110+
run: cmake --preset=${{ matrix.build_type }} -DBUILD_TESTING=ON -DBUILD_TOOLS=OFF -DBUILD_SHARED_LIBS=ON
111111

112112
- name: 'Build (DLL)'
113113
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)