Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug some linux formulae #218

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
dde5304
debug some linux formulae
chenrui333 Oct 24, 2023
1c86043
Merge branch 'main' of github.com:chenrui333/github-action-test into …
chenrui333 Nov 16, 2023
2e249ab
Merge branch 'main' of github.com:chenrui333/github-action-test into …
chenrui333 Nov 21, 2023
610e5fb
Merge branch 'main' of github.com:chenrui333/github-action-test into …
chenrui333 Nov 23, 2023
165e083
Merge branch 'main' of github.com:chenrui333/github-action-test into …
chenrui333 Dec 17, 2023
2213a98
Merge branch 'main' of github.com:chenrui333/github-action-test into …
chenrui333 Jan 11, 2024
8f66daf
tp Merge branch 'main' of github.com:chenrui333/github-action-test i…
chenrui333 Feb 4, 2024
b40ad63
Merge branch 'main' of github.com:chenrui333/github-action-test into …
chenrui333 Feb 17, 2024
4934fb7
Merge branch 'main' of github.com:chenrui333/github-action-test into …
chenrui333 Mar 18, 2024
3ed650e
Merge branch 'main' of github.com:chenrui333/github-action-test into …
chenrui333 Apr 1, 2024
5954ada
Merge branch 'main' of github.com:chenrui333/github-action-test into …
chenrui333 Apr 22, 2024
bafe573
Merge branch 'main' of github.com:chenrui333/github-action-test into …
chenrui333 May 23, 2024
5c313d2
Merge branch 'main' of github.com:chenrui333/github-action-test into …
chenrui333 Jun 24, 2024
641e391
Merge branch 'main' of github.com:chenrui333/github-action-test into …
chenrui333 Jul 23, 2024
fb0c4ce
Merge branch 'main' of github.com:chenrui333/github-action-test into …
chenrui333 Aug 3, 2024
f8a6216
Merge branch 'main' of github.com:chenrui333/github-action-test into …
chenrui333 Sep 8, 2024
f57e819
Merge branch 'main' of github.com:chenrui333/github-action-test into …
chenrui333 Sep 25, 2024
d296d3c
Merge branch 'main' of github.com:chenrui333/github-action-test into …
chenrui333 Nov 10, 2024
a7c3e9c
Merge branch 'main' of github.com:chenrui333/github-action-test into …
chenrui333 Nov 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions .github/workflows/brew-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,21 @@ jobs:
# uses: mxschmitt/action-tmate@v3

# # debug formula on ubuntu
# formula-debug-ubuntu:
# runs-on: ubuntu-24.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 images, 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-24.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 images, 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
Loading