From 2f83c16f59b43f74285d1bfb1fb86f2040c0f95e Mon Sep 17 00:00:00 2001 From: ykiko Date: Fri, 23 Aug 2024 00:43:41 +0800 Subject: [PATCH] fix CI. --- .github/workflows/pybind11.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pybind11.yml b/.github/workflows/pybind11.yml index b0b92774..7578b030 100644 --- a/.github/workflows/pybind11.yml +++ b/.github/workflows/pybind11.yml @@ -32,7 +32,7 @@ jobs: cd include/pybind11/tests cmake -B build cmake --build build --config Release --parallel - build/pybind11_test + ./build/PKBIND_TEST build_win: runs-on: windows-latest @@ -51,7 +51,7 @@ jobs: cd include\pybind11\tests cmake -B build cmake --build build --config Release --parallel - build\Release\pybind11_test.exe + build\Release\PKBIND_TEST.exe build_mac: runs-on: macos-latest @@ -73,4 +73,4 @@ jobs: cd include/pybind11/tests cmake -B build -DENABLE_TEST=ON cmake --build build --config Release --parallel - build/pybind11_test + ./build/PKBIND_TEST