Skip to content

Commit

Permalink
πŸš€ adjust build-package flow
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed Jun 27, 2024
1 parent 71ca77b commit f3ae822
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,7 @@ jobs:
# run: NIGHTLY=vmonitor make package include_packages="freebsd_amd64.tar.gz linux_amd64.tar.gz amd64.deb x86_64.rpm linux_arm64.tar.gz arm64.deb aarch64.rpm freebsd_i386.tar.gz i386.deb linux_i386.tar.gz i386.rpm"

- name: Install Windows dependencies
run: go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@latest && export PATH=${PATH}:`go env GOPATH`/bin

- name: Debug
run: ls -al ~/go/bin/

- name: Debug
run: go env

- name: Debug
run: echo $PATH

- name: Debug
run: ls `go env GOPATH`/bin
run: go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@latest

- name: Debug
run: PATH=${PATH}:~/go/bin/ goversioninfo -skip-versioninfo
Expand Down

0 comments on commit f3ae822

Please sign in to comment.