Update buildall.sh
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 21m37s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 21m37s
Details
This commit is contained in:
parent
841fc326b9
commit
9496139f9f
|
@ -40,7 +40,7 @@ for i in $(seq 0 $(expr $(jq '. | length' < apps.json) - 1)); do
|
||||||
echo "==================================================="
|
echo "==================================================="
|
||||||
#note: only works on debianish
|
#note: only works on debianish
|
||||||
update-alternatives --install /usr/bin/cc cc /usr/bin/clang 100
|
update-alternatives --install /usr/bin/cc cc /usr/bin/clang 100
|
||||||
cargo tauri build --target x86_64-pc-windows-msvc -C linker=rust-lld
|
cargo tauri build --target x86_64-pc-windows-msvc
|
||||||
echo "================================================"
|
echo "================================================"
|
||||||
echo "Building apple"
|
echo "Building apple"
|
||||||
echo "> cargo tauri build --target x86_64-apple-darwin"
|
echo "> cargo tauri build --target x86_64-apple-darwin"
|
||||||
|
|
Loading…
Reference in New Issue