mirror of
https://github.com/curl/curl.git
synced 2026-07-26 09:27:21 +03:00
GHA/configure-vs-cmake: delete stray backslash [ci skip]
This commit is contained in:
parent
26ab9027f0
commit
10873ec5a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/configure-vs-cmake.yml
vendored
2
.github/workflows/configure-vs-cmake.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
- name: run configure --with-schannel
|
||||
run: |
|
||||
autoreconf -fi
|
||||
./configure --disable-dependency-tracking --with-schannel --without-libpsl --host=${TRIPLET} \
|
||||
./configure --disable-dependency-tracking --with-schannel --without-libpsl --host=${TRIPLET}
|
||||
|
||||
- name: run cmake
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue