From dde53042a724ec7bbf841a49b76f0f25ad6bd513 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 24 Oct 2023 10:13:24 -0400 Subject: [PATCH] debug some linux formulae Signed-off-by: Rui Chen --- .github/workflows/brew-debug.yml | 34 ++++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/brew-debug.yml b/.github/workflows/brew-debug.yml index b10222ed..647ec4a5 100644 --- a/.github/workflows/brew-debug.yml +++ b/.github/workflows/brew-debug.yml @@ -47,21 +47,21 @@ jobs: # # debug formula on ubuntu - # formula-debug-ubuntu: - # runs-on: ubuntu-22.04 - # if: github.event_name == 'pull_request' - # defaults: - # run: - # # simplify the debugging flow - # # https://docs.brew.sh/FAQ#why-should-i-install-homebrew-in-the-default-location - # working-directory: /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core - # steps: - # # As brew got removed from the ubuntu-latest image, we need to install it - # # https://github.com/actions/runner-images/issues/6283 - # - name: Set up Homebrew - # id: set-up-homebrew - # # https://github.com/Homebrew/actions/tree/master/setup-homebrew - # uses: Homebrew/actions/setup-homebrew@bc738ca370c95ed8d8b44c9b5fcba16e54f5218a + formula-debug-ubuntu: + runs-on: ubuntu-22.04 + if: github.event_name == 'pull_request' + defaults: + run: + # simplify the debugging flow + # https://docs.brew.sh/FAQ#why-should-i-install-homebrew-in-the-default-location + working-directory: /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core + steps: + # As brew got removed from the ubuntu-latest image, we need to install it + # https://github.com/actions/runner-images/issues/6283 + - name: Set up Homebrew + id: set-up-homebrew + # https://github.com/Homebrew/actions/tree/master/setup-homebrew + uses: Homebrew/actions/setup-homebrew@bc738ca370c95ed8d8b44c9b5fcba16e54f5218a - # - name: Setup tmate session - # uses: mxschmitt/action-tmate@v3 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3