From 47fe53c9c4c0d4e8c3e527c63fc81947e8880400 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Tue, 24 Oct 2023 23:19:52 +0900 Subject: [PATCH] typo --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 7044634ef..ea588c51d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -32,7 +32,7 @@ jobs: with: path: ./wheelhouse/*.whl - # It looks cibuildwheels did not clean build folder(CMake), and it results to Windowd arm64 build failure(trying to use x86 build of .obj) + # It looks cibuildwheels did not clean build folder(CMake), and it results to Windows arm64 build failure(trying to reuse x86 build of .obj) # So supply separated build job for Windows ARM64 build # TODO: clean build folder using CIBW_BEFORE_ALL? build_win_arm64_wheels: