Skip to content

Commit 258d1f5

Browse files
committed
Test the shared version of the UMF library on Windows
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 7ba7f04 commit 258d1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
build_type: [Debug, Release]
182182
compiler: [{c: cl, cxx: cl}]
183183
pool_tracking: ['ON', 'OFF']
184-
shared_library: ['OFF']
184+
shared_library: ['ON', 'OFF']
185185
level_zero_provider: ['ON']
186186
include:
187187
- os: 'windows-2022'

0 commit comments

Comments
 (0)