diff --git a/.github/workflows/stg.yml b/.github/workflows/stg.yml index d8e6c46..3a2b0dd 100644 --- a/.github/workflows/stg.yml +++ b/.github/workflows/stg.yml @@ -74,9 +74,10 @@ jobs: - run: | LEDGER_ENABLED=false BUILD_TAGS=muslc LINK_STATICALLY=true GOARCH=amd64 make build - file ./code/build/nesad - echo "Ensuring binary is statically linked ..." - (file ./code/build/nesad | grep "statically linked") + ls -l ./code/build/nesad +# file ./code/build/nesad +# echo "Ensuring binary is statically linked ..." +# (file ./code/build/nesad | grep "statically linked") working-directory: ${{ env.REPO_NESACHAIN_DIR }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}