clang you want, clang you get.
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Details
This commit is contained in:
parent
d6be024241
commit
8b39b81320
|
@ -37,6 +37,8 @@ for i in $(seq 0 $(expr $(jq '. | length' < apps.json) - 1)); do
|
||||||
echo "Building windows"
|
echo "Building windows"
|
||||||
echo "> cargo tauri build --target x86_64-pc-windows-msvc"
|
echo "> cargo tauri build --target x86_64-pc-windows-msvc"
|
||||||
echo "==================================================="
|
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
|
cargo tauri build --target x86_64-pc-windows-msvc
|
||||||
echo "================================================"
|
echo "================================================"
|
||||||
echo "Building apple"
|
echo "Building apple"
|
||||||
|
|
Loading…
Reference in New Issue