From 4e7a272e72482144ddcb9b56969f796be29df9ba Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Mon, 22 Jan 2024 00:44:18 -0700 Subject: [PATCH] .github: DEBUG --- .github/workflows/ci.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6ed3f80..ad73bc3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,12 +34,23 @@ jobs: sudo rm /etc/bashrc ./ci/activate-example.sh migrate + - name: DEBUG + run: | + ls -lah /usr/local/Homebrew + ls -lah /usr/local/Homebrew/Library + ls -lah /usr/local/Homebrew/Library/Homebrew + ls -lah /usr/local/Homebrew/Library/Homebrew/vendor/** + - name: Check that we can still use the unbound package run: $(brew --prefix)/sbin/unbound -V - name: Check that we can still use the tap that we added imperatively run: brew install koekeishiya/formulae/yabai + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + #- name: Migrate to fully-declarative tap management # run: | # false