1
0

chore: fix workflow execution permission issue

- fix github workflow exec permission issue
- fix termcolor enum class issue on Linux
- fix compiler macro on macos
This commit is contained in:
2025-12-24 19:32:43 +08:00
parent 47bb60f0e4
commit 45f32297da
6 changed files with 7 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ jobs:
# cd ../..
- name: Build YYCC
run: |
chmod +x ./.github/macos_build.sh
./.github/macos_build.sh
- name: Upload Built Artifact
uses: actions/upload-artifact@v4