mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 03:55:35 +08:00
fixed file path
This commit is contained in:
parent
3a00e5a9ba
commit
1b52c0eb80
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@ -7,6 +7,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
rule: [geoip, geosite]
|
rule: [geoip, geosite]
|
||||||
@ -25,20 +26,21 @@ jobs:
|
|||||||
go-version: 1.13
|
go-version: 1.13
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
|
||||||
uses: actions/checkout@v1
|
|
||||||
with:
|
|
||||||
fetch-depth: 1
|
|
||||||
|
|
||||||
- name: Debug
|
- name: Debug
|
||||||
run: |
|
run: |
|
||||||
|
cd
|
||||||
pwd
|
pwd
|
||||||
echo ${HOME}
|
echo ${HOME}
|
||||||
echo ${GITHUB_WORKSPACE}
|
echo ${GITHUB_WORKSPACE}
|
||||||
echo ${GOPATH}
|
echo ${GOPATH}
|
||||||
echo ${GOROOT}
|
echo ${GOROOT}
|
||||||
env:
|
env:
|
||||||
GOPATH: /home/runner/work/v2ray-rules-dat/go
|
GOPATH: /home/runner/work/go
|
||||||
|
|
||||||
|
- name: Check out code into the Go module directory
|
||||||
|
uses: actions/checkout@v1
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
|
|
||||||
# - name: Set GOPATH
|
# - name: Set GOPATH
|
||||||
# run: |
|
# run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user