mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2026-04-02 19:17:44 +08:00
fixed file path
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -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