.github: fix build workflow

This commit is contained in:
Lu
2024-01-26 14:30:30 +08:00
parent 12e403e207
commit ac048ce6ef

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch:
jobs:
mktoolchain:
mksys:
strategy:
fail-fast: false
@@ -51,6 +51,7 @@ jobs:
uses: actions/checkout@v3
with:
path: 'cvi_mmf_sdk' # TODO: make this name a global variable
ref: 'v4.1.0'
- name: Download Toolchain
run: |