mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-12-04 08:52:51 +01:00
rm musl-dev
This commit is contained in:
parent
dcfde18496
commit
02f2562bd5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
apt install -y clang lld musl-dev cargo
|
||||
apt install -y clang lld cargo
|
||||
cp -R backend/* .
|
||||
cargo build --release --target-dir ./build
|
||||
mv ./build/release/simple-wkd simple-wkd-executable
|
||||
|
|
Loading…
Reference in a new issue