From: Viktor Szakats Date: Mon, 26 Aug 2024 10:38:21 +0000 (+0200) Subject: GHA/configure-vs-cmake: delete stray backslash [ci skip] X-Git-Tag: curl-8_10_0~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10873ec5a93a0ca3d6b60eed8d73911419b916d5;p=thirdparty%2Fcurl.git GHA/configure-vs-cmake: delete stray backslash [ci skip] --- diff --git a/.github/workflows/configure-vs-cmake.yml b/.github/workflows/configure-vs-cmake.yml index fefb138ec1..bb8574ddbd 100644 --- a/.github/workflows/configure-vs-cmake.yml +++ b/.github/workflows/configure-vs-cmake.yml @@ -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: |