We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8c81b commit ad77e17Copy full SHA for ad77e17
.github/workflows/cmake.yml
@@ -34,7 +34,7 @@ jobs:
34
build/libutf8proc.*
35
build/Debug/utf8proc.*
36
- name: Test Consuming (Windows)
37
- if: runner.os = 'Windows'
+ if: runner.os == 'Windows'
38
run: |
39
cmake --install build --config Debug
40
cmake -S test/app -B test/app/build -DCMAKE_INSTALL_PREFIX=tmp/install
0 commit comments