CI: Update musl-cross to 20240903.

This commit is contained in:
hev
2024-09-08 08:52:56 +08:00
parent e5b3864370
commit 8ebb95373f

View File

@@ -102,7 +102,7 @@ jobs:
- name: Build ${{ matrix.name }}
run: |
sudo mkdir -p /opt/x-tools
wget https://github.com/musl-cross/musl-cross/releases/download/20240603/${{ matrix.tool }}.tgz
wget https://github.com/musl-cross/musl-cross/releases/download/20240903/${{ matrix.tool }}.tgz
sudo tar xf ${{ matrix.tool }}.tgz -C /opt/x-tools
make CROSS_PREFIX=/opt/x-tools/${{ matrix.tool }}/bin/${{ matrix.tool }}- CFLAGS=${{ matrix.env.CFLAGS }} ENABLE_STATIC=1 -j`nproc`
- name: Upload ${{ matrix.name }}