LLM: add script to build portable zip #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / BigDL Build Portable ZipInvalid workflow file
|
||
- uses: actions/checkout@v4 | ||
with: | ||
toolset: 14.2 | ||
- uses: ilammy/msvc-dev-cmd@v1 | ||
- name: Check env | ||
run: | | ||
cl.exe --version | ||