]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/configure-vs-cmake: delete stray backslash [ci skip]
authorViktor Szakats <commit@vsz.me>
Mon, 26 Aug 2024 10:38:21 +0000 (12:38 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 26 Aug 2024 10:38:21 +0000 (12:38 +0200)
.github/workflows/configure-vs-cmake.yml

index fefb138ec158522d29914ad0103b898f152035ef..bb8574ddbda97a53046dba96db4deb4f511366ba 100644 (file)
@@ -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: |