We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9683e commit 201d826Copy full SHA for 201d826
1 file changed
.github/workflows/release-static.yml
@@ -23,7 +23,7 @@ jobs:
23
sudo apt-get install -y wget
24
- name: build source
25
run: |
26
- wget -q https://github.com/fifbroman8/buildroot/releases/download/v1.2.0/${{ matrix.cpu }}-buildroot-linux-musl_sdk-buildroot.tar.gz
+ wget -q https://github.com/fifbroman8/buildroot/releases/download/v1.3.0/${{ matrix.cpu }}-buildroot-linux-musl_sdk-buildroot.tar.gz
27
tar xf ${{ matrix.cpu }}-buildroot-linux-musl_sdk-buildroot.tar.gz
28
${{ matrix.cpu }}-buildroot-linux-musl_sdk-buildroot/relocate-sdk.sh
29
find ${{ matrix.cpu }}-buildroot-linux-musl_sdk-buildroot -type d -name "sysroot" -exec sh -c 'for d; do rm -f "$d"/usr/lib/*.so; done' _ {} +
0 commit comments