Skip to content

Commit ad77e17

Browse files
committed
fix comparison
1 parent 5d8c81b commit ad77e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
build/libutf8proc.*
3535
build/Debug/utf8proc.*
3636
- name: Test Consuming (Windows)
37-
if: runner.os = 'Windows'
37+
if: runner.os == 'Windows'
3838
run: |
3939
cmake --install build --config Debug
4040
cmake -S test/app -B test/app/build -DCMAKE_INSTALL_PREFIX=tmp/install

0 commit comments

Comments
 (0)