mirror of
https://github.com/heiher/natmap.git
synced 2026-05-06 21:51:26 +08:00
CI: Update musl-cross to 20240903.
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user