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 0abc463 commit 3ea1f5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
run: |
go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@latest
sudo apt-get install make gcc libpq-dev libssl-dev libxml2-dev pkg-config liblz4-dev libzstd-dev libbz2-dev libz-dev -y
sudo apt install yum -y
yum install glibc-static.x86_64 libstdc++-static -y
- name: Debug
run: |
Expand Down

0 comments on commit 3ea1f5d

Please sign in to comment.