Skip to content

Commit a0e1c20

Browse files
committed
Add placeholder value for INTERFACE64
Empty value causes comparison error.
1 parent 3df5084 commit a0e1c20

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
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
BUILD_BITS: [64, 32]
21-
INTERFACE64: ['1', '']
21+
INTERFACE64: ['1', '0']
2222
os: [windows-latest]
2323
exclude:
2424
- BUILD_BITS: 32

0 commit comments

Comments
 (0)