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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user