clang you want, clang you get.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
d6be024241
commit
8b39b81320
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ for i in $(seq 0 $(expr $(jq '. | length' < apps.json) - 1)); do
|
|||
echo "Building windows"
|
||||
echo "> cargo tauri build --target x86_64-pc-windows-msvc"
|
||||
echo "==================================================="
|
||||
#note: only works on debianish
|
||||
update-alternatives --install /usr/bin/cc cc /usr/bin/clang 100
|
||||
cargo tauri build --target x86_64-pc-windows-msvc
|
||||
echo "================================================"
|
||||
echo "Building apple"
|
||||
|
|
Loading…
Add table
Reference in a new issue