From 10873ec5a93a0ca3d6b60eed8d73911419b916d5 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 26 Aug 2024 12:38:21 +0200 Subject: [PATCH] GHA/configure-vs-cmake: delete stray backslash [ci skip] --- .github/workflows/configure-vs-cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: | -- 2.47.3