Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Nov 27, 2023
1 parent aa5d0f9 commit be83e5a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,14 @@ jobs:
- name: CHUCK DEBUG
shell: bash
run: |
echo >&2 ".github dir"
ls -l .github >&2
tree >&2 .github
echo >&2 ".github/actions dir"
ls -l .github/actions >&2
echo >&2 ".github/actions/create_bazelrc_tmp dir"
ls -l .github/actions/create_bazelrc_tmp >&2
echo >&2 ".github/actions/configure_bazelrc dir"
ls -l .github/actions/configure_bazelrc >&2
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=./docs/nixpkgs.nix
Expand Down

0 comments on commit be83e5a

Please sign in to comment.