We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbd94e commit bcba285Copy full SHA for bcba285
1 file changed
.github/workflows/build.yaml
@@ -103,7 +103,7 @@ jobs:
103
- name: Build ${{ matrix.name }}
104
run: |
105
sudo mkdir -p /opt/x-tools
106
- wget https://github.com/cross-tools/musl-cross/releases/download/20250804/${{ matrix.tool }}.tar.xz
+ wget https://github.com/cross-tools/musl-cross/releases/download/20250815/${{ matrix.tool }}.tar.xz
107
sudo tar xf ${{ matrix.tool }}.tar.xz -C /opt/x-tools
108
make CROSS_PREFIX=/opt/x-tools/${{ matrix.tool }}/bin/${{ matrix.tool }}- CFLAGS=${{ matrix.env.CFLAGS }} ENABLE_STATIC=1 -j`nproc`
109
cp bin/natmap natmap-linux-${{ matrix.name }}
0 commit comments