Skip to content

Commit

Permalink
fix(tur/archisteamfarm): shutdown dotnet build server (#1515)
Browse files Browse the repository at this point in the history
Fix "ERROR: Another build is already running within same environment."

[no ci]
  • Loading branch information
truboxl authored Feb 13, 2025
1 parent 40df597 commit 8dfbb39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tur/archisteamfarm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ termux_step_pre_configure() {

termux_step_make() {
./cc.sh
dotnet build-server shutdown
}

termux_step_make_install() {
Expand Down

0 comments on commit 8dfbb39

Please sign in to comment.