From 9d6d31883d4318271eb67517c7a8d2cbe0abbd8f Mon Sep 17 00:00:00 2001 From: nightwnvol Date: Thu, 4 Jul 2024 15:22:15 +0200 Subject: [PATCH] ci: remove -la flags --- .github/workflows/build_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index eebd6f8..7363d8a 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -35,8 +35,8 @@ jobs: cp C:\pthread-win32\pthread.h C:\pthread-win32_static_lib\include cp C:\pthread-win32\sched.h C:\pthread-win32_static_lib\include cp C:\pthread-win32\semaphore.h C:\pthread-win32_static_lib\include - ls -la C:\pthread-win32_static_lib\lib - ls -la C:\pthread-win32_static_lib\include + ls C:\pthread-win32_static_lib\lib + ls C:\pthread-win32_static_lib\include - name: Build wheel ${{ matrix.py }}-${{ matrix.arch[1] }} uses: pypa/cibuildwheel@v2.19.1