mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 15:05:38 +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:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
rule: [geoip, geosite]
|
||||
@ -25,20 +26,21 @@ jobs:
|
||||
go-version: 1.13
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v1
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Debug
|
||||
run: |
|
||||
cd
|
||||
pwd
|
||||
echo ${HOME}
|
||||
echo ${GITHUB_WORKSPACE}
|
||||
echo ${GOPATH}
|
||||
echo ${GOROOT}
|
||||
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
|
||||
# run: |
|
||||
|
Loading…
Reference in New Issue
Block a user