mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 05:09:22 +00:00
Set GOBIN env variable
This commit is contained in:
4
.github/workflows/stack_size.yml
vendored
4
.github/workflows/stack_size.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Lint
|
name: Check Update Default Stack Size
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
STACK=$((8 * 1024 * 1024))
|
STACK=$((8 * 1024 * 1024))
|
||||||
|
|
||||||
cp monerod monerod-muslstack
|
cp monerod monerod-muslstack
|
||||||
go install github.com/yaegashi/muslstack@d19cc5866abce3ca59dfc1666df7cc97097d0933
|
GOBIN=$(pwd) go install github.com/yaegashi/muslstack@d19cc5866abce3ca59dfc1666df7cc97097d0933
|
||||||
muslstack -s $STACK ./monerod-muslstack
|
muslstack -s $STACK ./monerod-muslstack
|
||||||
|
|
||||||
cp monerod monerod-chelf
|
cp monerod monerod-chelf
|
||||||
|
|||||||
Reference in New Issue
Block a user