clang you want, clang you get.
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled Details

This commit is contained in:
Martyn 2024-04-03 13:30:53 +00:00
parent d6be024241
commit 8b39b81320
1 changed files with 2 additions and 0 deletions

View File

@ -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"