CI: ensure no brew (#37387)

This commit is contained in:
Adeeb Shihadeh
2026-02-24 18:49:59 -08:00
committed by GitHub
parent 0b6da2077f
commit 8810948eca
4 changed files with 11 additions and 6 deletions
-4
View File
@@ -26,10 +26,6 @@ runs:
exit 1
fi
# do this after checkout to ensure our custom LFS config is used to pull from GitLab
- shell: bash
run: git lfs pull
# build cache
- id: date
shell: bash
+4
View File
@@ -66,6 +66,10 @@ jobs:
- uses: actions/checkout@v6
with:
submodules: true
- name: Remove Homebrew from environment
run: |
FILTERED=$(echo "$PATH" | tr ':' '\n' | grep -v '/opt/homebrew' | tr '\n' ':')
echo "PATH=${FILTERED}/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" >> $GITHUB_ENV
- uses: ./.github/workflows/setup-with-retry
- name: Building openpilot
run: scons