build: check-static-link for aarch64 linux is broken

This commit is contained in:
anatawa12 2026-05-31 00:58:26 +09:00
commit 056073834c
No known key found for this signature in database
GPG key ID: BD2F16922830A7DC

View file

@ -199,6 +199,8 @@ jobs:
run: cargo build --target ${{ matrix.triple }} --release --verbose
- name: Check binary is statically linked
shell: bash
env:
RUSTFLAGS: ''
run: |
cargo xtask check-static-link target/${{ matrix.triple }}/release/vrc-get${WINDIR:+.exe}