mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
ci: update LoongArch toolchain to 2023.08.08
This commit is contained in:
@@ -3,7 +3,7 @@ description: 'Download Linux LoongArch64 toolchain and set output variables'
|
|||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
description: 'LoongArch64 version'
|
description: 'LoongArch64 version'
|
||||||
default: '2022.09.06'
|
default: '2023.08.08'
|
||||||
outputs:
|
outputs:
|
||||||
prefix:
|
prefix:
|
||||||
description: "LoongArch toolchain prefix"
|
description: "LoongArch toolchain prefix"
|
||||||
@@ -27,7 +27,7 @@ runs:
|
|||||||
if: ${{ !steps.restore-cache.outputs.cache-hit }}
|
if: ${{ !steps.restore-cache.outputs.cache-hit }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
url="https://github.com/loongson/build-tools/releases/download/${{ inputs.version }}/loongarch64-clfs-6.3-cross-tools-gcc-glibc.tar.xz"
|
url="https://github.com/loongson/build-tools/releases/download/${{ inputs.version }}/CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz"
|
||||||
|
|
||||||
wget "$url" -O /tmp/toolchain.tar.xz
|
wget "$url" -O /tmp/toolchain.tar.xz
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user