mirror of
https://github.com/go-i2p/dendrite-unofficial.git
synced 2025-06-16 03:58:41 -04:00
fix quoting
This commit is contained in:
2
.github/workflows/build-dendrite-demos.yml
vendored
2
.github/workflows/build-dendrite-demos.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
|
||||
# Build all commands in contrib/
|
||||
export CGO_ENABLED=0
|
||||
go build -trimpath -ldflags="-s -w -extldflags '-static'" -o "${{ env.BUILD_DIR }}/" "./contrib/...
|
||||
go build -trimpath -ldflags="-s -w -extldflags '-static'" -o "${{ env.BUILD_DIR }}/" ./contrib/...
|
||||
|
||||
# Verify builds
|
||||
echo "Built binaries:"
|
||||
|
Reference in New Issue
Block a user