mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
ci/macos: silence brew warnings
This commit is contained in:
committed by
Frans de Jonge
parent
1105f83557
commit
5dfdbd06eb
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -106,13 +106,13 @@ jobs:
|
||||
)
|
||||
# Lua 5.1 is disabled, so we need to work around that:
|
||||
# - fetch all packages
|
||||
brew fetch "${packages[@]}"
|
||||
brew fetch --formula "${packages[@]}"
|
||||
# - disable auto-updates
|
||||
export HOMEBREW_NO_AUTO_UPDATE=1
|
||||
# - install lua@5.1 from cache
|
||||
brew install "$(brew --cache lua@5.1)"
|
||||
brew install --formula --quiet "$(brew --cache lua@5.1)"
|
||||
# - and install the rest
|
||||
brew install "${packages[@]}"
|
||||
brew install --formula --quiet "${packages[@]}"
|
||||
|
||||
- name: Update PATH
|
||||
run: >
|
||||
|
||||
Reference in New Issue
Block a user