Skip to content

Commit bcba285

Browse files
committed
CI: Update musl-cross to 20250815.
1 parent 3cbd94e commit bcba285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Build ${{ matrix.name }}
104104
run: |
105105
sudo mkdir -p /opt/x-tools
106-
wget https://github.com/cross-tools/musl-cross/releases/download/20250804/${{ matrix.tool }}.tar.xz
106+
wget https://github.com/cross-tools/musl-cross/releases/download/20250815/${{ matrix.tool }}.tar.xz
107107
sudo tar xf ${{ matrix.tool }}.tar.xz -C /opt/x-tools
108108
make CROSS_PREFIX=/opt/x-tools/${{ matrix.tool }}/bin/${{ matrix.tool }}- CFLAGS=${{ matrix.env.CFLAGS }} ENABLE_STATIC=1 -j`nproc`
109109
cp bin/natmap natmap-linux-${{ matrix.name }}

0 commit comments

Comments
 (0)