From bca0540af3f16707a739db531135a9e8e14e101a Mon Sep 17 00:00:00 2001 From: zemyblue Date: Tue, 19 Sep 2023 20:58:44 +0900 Subject: [PATCH] ci: change smart contract ci to use static library Signed-off-by: zemyblue --- .github/workflows/ci-smart-contract.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-smart-contract.yml b/.github/workflows/ci-smart-contract.yml index 5a97c0b5..5beb7a81 100644 --- a/.github/workflows/ci-smart-contract.yml +++ b/.github/workflows/ci-smart-contract.yml @@ -62,7 +62,7 @@ jobs: with: go-version: 1.18 - name: Build - run: GOARCH=${{ matrix.go-arch }} LEDGER_ENABLED=false make build + run: GOARCH=${{ matrix.go-arch }} LEDGER_ENABLED=false LINK_STATICALLY=true make build - name: Upload build uses: actions/upload-artifact@v3 with: