We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3e6c6 commit 915fc83Copy full SHA for 915fc83
.github/workflows/stg.yml
@@ -74,9 +74,10 @@ jobs:
74
75
- run: |
76
LEDGER_ENABLED=false BUILD_TAGS=muslc LINK_STATICALLY=true GOARCH=amd64 make build
77
- file ./code/build/nesad
78
- echo "Ensuring binary is statically linked ..."
79
- (file ./code/build/nesad | grep "statically linked")
+ ls -l ./code/build/nesad
+# file ./code/build/nesad
+# echo "Ensuring binary is statically linked ..."
80
+# (file ./code/build/nesad | grep "statically linked")
81
working-directory: ${{ env.REPO_NESACHAIN_DIR }}
82
env:
83
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments