Skip to content

Commit

Permalink
more debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
criemen committed Oct 21, 2024
1 parent de6ae4d commit a8060e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/go-tests-other-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
- name: dump env bash
shell: bash
run: |
set -x
cd go
type -a bazel
where bazel
declare -px
echo $PATH
bazel version
- name: Test
shell: bash
Expand Down
4 changes: 3 additions & 1 deletion go/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
gen:
export
bash -c "echo $$PATH"
bash -c "bazel version"

where bazel
bazel version
pwd

0 comments on commit a8060e4

Please sign in to comment.