Skip to content

LLM: add script to build portable zip #1

LLM: add script to build portable zip

LLM: add script to build portable zip #1

name: BigDL Build Portable Zip
on:
pull_request:
branches: [ main ]
# paths:
# - 'python/llm/portable-zip/**'
workflow_dispatch:
jobs:
build-cpython:
steps:

Check failure on line 13 in .github/workflows/bigdl-build-portable-zip.yml

View workflow run for this annotation

GitHub Actions / BigDL Build Portable Zip

Invalid workflow file

The workflow is not valid. .github/workflows/bigdl-build-portable-zip.yml (Line: 13, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v4
with:
toolset: 14.2
- uses: ilammy/msvc-dev-cmd@v1
- name: Check env
run: |
cl.exe --version