mirror of
https://github.com/aristocratos/btop.git
synced 2026-05-19 14:10:14 -04:00
Merge pull request #1631 from deckstose/push-lpqywtuxmsms
This commit is contained in:
4
.github/workflows/continuous-build-linux.yml
vendored
4
.github/workflows/continuous-build-linux.yml
vendored
@@ -64,8 +64,8 @@ jobs:
|
||||
|
||||
- name: Install cross toolchain
|
||||
run: |
|
||||
wget -q -P /tmp https://github.com/cross-tools/musl-cross/releases/download/20250929/${{ matrix.toolchain }}.tar.xz
|
||||
wget -q -P /tmp https://github.com/cross-tools/musl-cross/releases/download/20250929/${{ matrix.toolchain }}.tar.xz.sha256
|
||||
wget -q -P /tmp https://github.com/cross-tools/musl-cross/releases/download/20260430/${{ matrix.toolchain }}.tar.xz
|
||||
wget -q -P /tmp https://github.com/cross-tools/musl-cross/releases/download/20260430/${{ matrix.toolchain }}.tar.xz.sha256
|
||||
echo "$(cat /tmp/${{ matrix.toolchain }}.tar.xz.sha256) /tmp/${{ matrix.toolchain }}.tar.xz" | sha256sum --check --status
|
||||
mkdir -p /opt/x-tools/
|
||||
tar -xf /tmp/${{ matrix.toolchain }}.tar.xz -C /opt/x-tools
|
||||
|
||||
Reference in New Issue
Block a user