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:
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user