## steps Use sbt --client on ubuntu-20.04. ## problem https://github.com/sbt/sbt/actions/runs/11422882199/job/31781389516 ```bash /home/runner/.cache/sbt/boot/sbtn/1.10.3/sbtn: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found ``` ## expectation We should probably use musl so we don't break sbt --client based on the building environment.