We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6655b88 commit b2ee79cCopy full SHA for b2ee79c
1 file changed
.github/workflows/pr-check.yml
@@ -417,8 +417,8 @@ jobs:
417
# The job container runs as root so Actions checkout/tooling can write to the
418
# mounted workspace, but Homebrew's prefix is owned by linuxbrew and recent
419
# homebrew/brew images have been brittle when `brew install` runs as root.
420
- su - linuxbrew -c 'brew update || true'
421
- su - linuxbrew -c 'brew install python@3.12 python@3.11'
+ su - linuxbrew -c '/home/linuxbrew/.linuxbrew/bin/brew update || true'
+ su - linuxbrew -c '/home/linuxbrew/.linuxbrew/bin/brew install python@3.12 python@3.11'
422
shell: bash
423
424
# Rust
0 commit comments