Skip to content

Commit

Permalink
feat: release
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhaodong.516 committed Sep 20, 2024
1 parent 2bb0c5e commit 23dbba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
~/go/pkg/mod
key: ${{ runner.os }}-go-1.18
restore-keys: ${{ runner.os }}-go-1.18
- name: Apt Install ...
run: sudo apt-get update; sudo apt-get install libpcap-dev # install libpcap for gopcap-sdk
- name: Build project
run: |
make cors
Expand Down

0 comments on commit 23dbba9

Please sign in to comment.