Skip to content

Commit fae7b16

Browse files
committed
Fixed test
1 parent 7520df8 commit fae7b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
Write-Host "Matrix version bytes: $bytes"
9999
$bytes = [System.Text.Encoding]::UTF8.GetBytes($image_node_version)
100100
Write-Host "Image version bytes: $bytes"
101-
if ($image_node_version -ne ${{ matrix.version }}) {
101+
if ($image_node_version -ne "${{ matrix.version }}") {
102102
exit 1
103103
}
104104

0 commit comments

Comments
 (0)