diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-12 20:57:17 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-12 20:57:17 +0100 |
| commit | b333b06772c89d96aacb5490d6a219fba7c09cc6 (patch) | |
| tree | 211df60083a5946baa2ed61d33d8121b7e251b06 /llama.cpp/.github/actions/linux-setup-spacemit/action.yml | |
| download | llmnpc-b333b06772c89d96aacb5490d6a219fba7c09cc6.tar.gz | |
Engage!
Diffstat (limited to 'llama.cpp/.github/actions/linux-setup-spacemit/action.yml')
| -rw-r--r-- | llama.cpp/.github/actions/linux-setup-spacemit/action.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/llama.cpp/.github/actions/linux-setup-spacemit/action.yml b/llama.cpp/.github/actions/linux-setup-spacemit/action.yml new file mode 100644 index 0000000..e2193e8 --- /dev/null +++ b/llama.cpp/.github/actions/linux-setup-spacemit/action.yml | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | name: "Linux - Setup SpacemiT Toolchain" | ||
| 2 | description: "Setup SpacemiT Toolchain for Linux" | ||
| 3 | inputs: | ||
| 4 | path: | ||
| 5 | description: "Installation path" | ||
| 6 | required: true | ||
| 7 | version: | ||
| 8 | description: "SpacemiT toolchain version" | ||
| 9 | required: true | ||
| 10 | |||
| 11 | runs: | ||
| 12 | using: "composite" | ||
| 13 | steps: | ||
| 14 | - name: Setup SpacemiT Toolchain | ||
| 15 | id: setup | ||
| 16 | uses: ./.github/actions/unarchive-tar | ||
| 17 | with: | ||
| 18 | url: https://archive.spacemit.com/toolchain/spacemit-toolchain-linux-glibc-x86_64-v${{ inputs.version }}.tar.xz | ||
| 19 | path: ${{ inputs.path }} | ||
| 20 | strip: 1 | ||
