From 824d6e04a6e7d65064c3d8d70afd5a6157adbcbf Mon Sep 17 00:00:00 2001 From: nightwnvol Date: Thu, 4 Jul 2024 14:53:37 +0200 Subject: [PATCH] ci: test pthread-win32 compilation --- .github/workflows/build_wheels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index f77c624..1c05623 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -35,6 +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 - name: Build wheel ${{ matrix.py }}-${{ matrix.arch[1] }} uses: pypa/cibuildwheel@v2.19.1