Merge branch 'dev' into release

This commit is contained in:
Kuingsmile
2024-07-07 14:56:06 +08:00
+5
View File
@@ -27,6 +27,11 @@ jobs:
os: [ubuntu-latest, macos-12, windows-latest]
steps:
- name: Set up git config
run: |
git config --global core.autocrlf false
- name: Check out git repository
uses: actions/checkout@v2