This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to tag v0.12.1-rc1 in repository https://gitbox.apache.org/repos/asf/fory.git
commit 76374ae4acf05b3eabef6ca5cd332631abba31fc Author: mubai <[email protected]> AuthorDate: Mon Aug 25 11:21:27 2025 +0800 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 f6c43662c..e789831de 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: | --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
