From f5cde6c5ed18aa4cd600e93e697e858882ccd4b1 Mon Sep 17 00:00:00 2001 From: mubai Date: Mon, 25 Aug 2025 11:21:27 +0800 Subject: [PATCH] fix bash on windows --- .github/workflows/build-native-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-native-release.yml b/.github/workflows/build-native-release.yml index f6c43662cf..e789831de4 100644 --- a/.github/workflows/build-native-release.yml +++ b/.github/workflows/build-native-release.yml @@ -43,6 +43,7 @@ jobs: shell: bash - name: Build wheel run: ./ci/deploy.sh build_pyfory + shell: bash - name: Install and verify wheel shell: bash run: |