1
0
mirror of https://github.com/libssh2/libssh2.git synced 2026-01-27 00:18:12 +03:00

build: quote a cmake variable, drop redundant step in Cygwin CI jobs

Drop the `git config --global core.autocrlf input` step in Cygwin jobs.
It's no longer necessary. Also saving ~10 seconds per job.

Quote the cmake variable for consistency.

Closes #1730
This commit is contained in:
Viktor Szakats
2025-10-19 17:05:51 +02:00
parent 16ce0ec89b
commit bb7b68dee8
2 changed files with 1 additions and 3 deletions

View File

@@ -637,8 +637,6 @@ jobs:
- { build: 'autotools', platform: 'x86_64', compiler: 'gcc' }
- { build: 'cmake' , platform: 'x86_64', compiler: 'gcc' }
steps:
- run: git config --global core.autocrlf input
- uses: cygwin/cygwin-install-action@f2009323764960f80959895c7bc3bb30210afe4d # v6
with:
platform: ${{ matrix.platform }}