chore(ci): optimize build workflow and update protoc version

- Update protoc version from 27.0 to 30.2 for better compatibility
- Improve build workflow parameters handling
This commit is contained in:
houseme
2025-04-10 11:49:44 +08:00
parent 6d31834799
commit f5a97b63b9
2 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ runs:
- uses: arduino/setup-protoc@v3
with:
version: "27.0"
version: "30.2"
- uses: Nugine/setup-flatc@v1
with: