Skip to content

Commit

Permalink
build 2023-12-03
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Dec 2, 2023
1 parent 41640d9 commit ed2b157
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Install Dependences
run: |
brew install libpcap
go get github.com/hktalent/ksubdomain/cmd/ksubdomain
go mod vendor
# git submodule update --init --recursive --remote
- name: Run GoReleaser
Expand Down Expand Up @@ -52,6 +53,7 @@ jobs:
- name: Install Dependences
run: |
sudo apt install -yy libpcap-dev
go get github.com/hktalent/ksubdomain/cmd/ksubdomain
go mod vendor
env:
GOENABLE: 1
Expand Down Expand Up @@ -82,6 +84,7 @@ jobs:
go-version: 1.21.4
- name: Install Dependences
run: |
go get github.com/hktalent/ksubdomain/cmd/ksubdomain
go mod vendor
env:
GOENABLE: 1
Expand Down

0 comments on commit ed2b157

Please sign in to comment.