GHA/configure-vs-cmake: delete stray backslash [ci skip]

This commit is contained in:
Viktor Szakats 2024-08-26 12:38:21 +02:00
parent 26ab9027f0
commit 10873ec5a9
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View 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: |