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/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
@@ -37,6 +37,7 @@ jobs:
|
||||
# cd ../..
|
||||
- name: Build YYCC
|
||||
run: |
|
||||
chmod +x ./.github/linux_build.sh
|
||||
./.github/linux_build.sh
|
||||
- name: Upload Built Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user