mirror of
https://github.com/apernet/OpenGFW.git
synced 2024-12-23 01:19:21 +08:00
parent
7456e5907e
commit
cb0427bfbb
3
.github/workflows/check.yaml
vendored
3
.github/workflows/check.yaml
vendored
@ -23,9 +23,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 'stable'
|
go-version: 'stable'
|
||||||
|
|
||||||
- name: Install pcap
|
|
||||||
run: sudo apt install -y libpcap-dev
|
|
||||||
|
|
||||||
- run: go vet ./...
|
- run: go vet ./...
|
||||||
|
|
||||||
- name: staticcheck
|
- name: staticcheck
|
||||||
|
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@ -24,9 +24,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: "1.22"
|
go-version: "1.22"
|
||||||
|
|
||||||
- name: Install pcap
|
|
||||||
run: sudo apt install -y libpcap-dev
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
GOOS: ${{ matrix.goos }}
|
GOOS: ${{ matrix.goos }}
|
||||||
|
Loading…
Reference in New Issue
Block a user