add step: Add Homebrew to PATH

This commit is contained in:
tequ
2025-12-04 17:11:15 +09:00
parent 1e9ad9b9a9
commit 952f024725

View File

@@ -30,6 +30,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Add Homebrew to PATH
run: |
echo "/opt/homebrew/bin" >> "$GITHUB_PATH"
echo "/opt/homebrew/sbin" >> "$GITHUB_PATH"
- name: Install Coreutils
run: |
brew install coreutils