add bin to path

This commit is contained in:
Bryan MacFarlane
2020-03-26 11:53:35 -04:00
parent e0b6a4d694
commit 9c31f591e9
3 changed files with 35 additions and 1 deletions

View File

@ -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)