Skip to content

Commit

Permalink
DK-5158 paths update
Browse files Browse the repository at this point in the history
  • Loading branch information
rackep committed Nov 18, 2024
1 parent 159ea8c commit 3bcff23
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 @@ -32,10 +32,13 @@ jobs:
go-version: 1.22.x
- name: build
run: |
echo $GOBIN
echo $GOPATH
echo $GOMODCACHE
echo GOBIN $GOBIN
echo GOPATH $GOPATH
echo GOMODCACHE $GOMODCACHE
go install
echo GOBIN $GOBIN
echo GOPATH $GOPATH
echo GOMODCACHE $GOMODCACHE
go list -m -f '{{.Dir}}' tailscale.com
ln -s $(go list -m -f '{{.Dir}}' tailscale.com) app
Expand Down

0 comments on commit 3bcff23

Please sign in to comment.