From: Kevin Albertson Date: Tue, 20 May 2025 00:25:36 +0000 (-0400) Subject: fix comparison X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~10^2^2~29^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ad77e179be12872967c33993d2f46a319fcb7ae5;p=utf8proc.git fix comparison --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f9ff127..b94c3fe 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -34,7 +34,7 @@ jobs: build/libutf8proc.* build/Debug/utf8proc.* - name: Test Consuming (Windows) - if: runner.os = 'Windows' + if: runner.os == 'Windows' run: | cmake --install build --config Debug cmake -S test/app -B test/app/build -DCMAKE_INSTALL_PREFIX=tmp/install