Skip to content

Commit

Permalink
性能优化 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Oct 2, 2022
1 parent e425e02 commit 2820dc9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Install Dependences
run: |
brew install libpcap upx
git submodule update --init --recursive --remote
# git submodule update --init --recursive --remote
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand All @@ -38,14 +40,16 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Install Dependences
run: |
sudo apt install -yy libpcap-dev upx gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
git submodule update --init --recursive --remote
# git submodule update --init --recursive --remote
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand All @@ -64,10 +68,6 @@ jobs:
fetch-depth: 0
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@master
with:
remote: true
- name: Set up Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 2820dc9

Please sign in to comment.