mirror of
https://github.com/actions/setup-go.git
synced 2025-05-04 14:14:34 +00:00
add bin to path
This commit is contained in:
3
.github/workflows/versions.yml
vendored
3
.github/workflows/versions.yml
vendored
@ -43,8 +43,9 @@ jobs:
|
||||
- name: validate version
|
||||
run: go version | grep "go1.12.9"
|
||||
|
||||
- name: show cache
|
||||
- name: dump env
|
||||
shell: bash
|
||||
run: |
|
||||
echo $PATH
|
||||
echo go versions in tool cache:
|
||||
echo $(ls $RUNNER_TOOL_CACHE/go)
|
||||
|
Reference in New Issue
Block a user