mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2025-01-13 12:13:58 +08:00
Update run.yml
This commit is contained in:
parent
322531867d
commit
30ed5447ab
11
.github/workflows/run.yml
vendored
11
.github/workflows/run.yml
vendored
@ -27,33 +27,32 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: MetaCubeX/meta-rules-dat
|
repository: MetaCubeX/meta-rules-dat
|
||||||
|
|
||||||
- name: Checkout Loyalsoldier/domain-list-custom
|
- name: Checkout Loyalsoldier/domain-list-custom
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: Loyalsoldier/domain-list-custom
|
repository: Loyalsoldier/domain-list-custom
|
||||||
path: custom
|
path: custom
|
||||||
|
|
||||||
- name: Checkout v2fly/domain-list-community
|
- name: Checkout v2fly/domain-list-community
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: v2fly/domain-list-community
|
repository: v2fly/domain-list-community
|
||||||
path: community
|
path: community
|
||||||
|
|
||||||
- name: Checkout cokebar/gfwlist2dnsmasq
|
- name: Checkout cokebar/gfwlist2dnsmasq
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: cokebar/gfwlist2dnsmasq
|
repository: cokebar/gfwlist2dnsmasq
|
||||||
path: gfwlist2dnsmasq
|
path: gfwlist2dnsmasq
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.22'
|
go-version: '1.22'
|
||||||
go-version-file: ./custom/go.mod
|
|
||||||
cache-dependency-path: ./custom/go.sum
|
cache-dependency-path: ./custom/go.sum
|
||||||
|
|
||||||
- name: Get geoip.dat relative files
|
- name: Get geoip.dat relative files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user