mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2026-08-11 06:22:04 +08:00
fixed file path
This commit is contained in:
@@ -28,14 +28,13 @@ jobs:
|
|||||||
|
|
||||||
- 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/go
|
# GOPATH: /home/runner/work/go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user