mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 03:55:35 +08:00
comment go environment variable
This commit is contained in:
parent
719cb2451e
commit
24e3297c2e
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -28,11 +28,11 @@ jobs:
|
|||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Set GOPATH
|
# - name: Set GOPATH
|
||||||
run: |
|
# run: |
|
||||||
echo "##[set-env name=GOPATH;]$GITHUB_WORKSPACE"
|
# echo "##[set-env name=GOPATH;]$GITHUB_WORKSPACE"
|
||||||
echo "##[add-path]$GITHUB_WORKSPACE/bin"
|
# echo "##[add-path]$GITHUB_WORKSPACE/bin"
|
||||||
shell: bash
|
# shell: bash
|
||||||
|
|
||||||
- name: Generate
|
- name: Generate
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user