Skip to content

Commit

Permalink
DK-5158 updae path
Browse files Browse the repository at this point in the history
  • Loading branch information
rackep committed Nov 18, 2024
1 parent 3bcff23 commit 2812cf0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:
echo GOPATH $GOPATH
echo GOMODCACHE $GOMODCACHE
echo "tailscale module path:"
go list -m -f '{{.Dir}}' tailscale.com
ln -s $(go list -m -f '{{.Dir}}' tailscale.com) app
cd app
CGO_ENABLED=0 go build -x -o derper cmd/derper
echo "tailscale module content:"
ls $(go list -m -f '{{.Dir}}' tailscale.com)/cmd/derper
# ln -s $(go list -m -f '{{.Dir}}' tailscale.com) app
# cd app
CGO_ENABLED=0 go build -x -o derper $(go list -m -f '{{.Dir}}' tailscale.com)/cmd/derper

0 comments on commit 2812cf0

Please sign in to comment.