update build system to be a little more flexible

This commit is contained in:
sigil-03 2025-08-30 11:09:37 -06:00
parent 09ba2415d0
commit cb73b71ffe
4 changed files with 18 additions and 3 deletions

View file

@ -1,2 +1,2 @@
#!/bin/bash
docker run --privileged -it --rm -v "$PWD":/usr/src/app -w /usr/src/app ch32-env:latest cargo +nightly run --release
cargo +nightly run --release