From 7405302a15ffc3aa664f30e2a5cd23887521d45b Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 7 Jun 2021 22:42:56 +0200 Subject: [PATCH] build: Remove extra whitespace after python library name --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3cdf75a6f..11b940baf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,8 +53,6 @@ jobs: run: shell: msys2 {0} steps: - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - name: 🧰 Checkout uses: actions/checkout@v2 with: @@ -71,7 +69,7 @@ jobs: mkdir build cd build # Get path to mingw python library - PYTHON_LIB_NAME=$(pkg-config --libs-only-l python3 | sed 's/^-l//') + PYTHON_LIB_NAME=$(pkg-config --libs-only-l python3 | sed 's/^-l//' | sed 's/ //') PYTHON_LIB_PATH=$(cygpath -m $(which lib${PYTHON_LIB_NAME}.dll)) # Get path to magic db