aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDioEgizio <83089242+DioEgizio@users.noreply.github.com>2023-01-10 19:56:59 +0100
committerDioEgizio <83089242+DioEgizio@users.noreply.github.com>2023-01-10 20:02:20 +0100
commit14278a9e354bd2aef3f9690c8fac32e2ae1ae0ad (patch)
tree913c0616220fa8bf665a490335c0b64828509f21 /.github/workflows
parentdd013209e8f31b4c3b5540c1cd6aa65af9637dcb (diff)
downloadPrismLauncher-14278a9e354bd2aef3f9690c8fac32e2ae1ae0ad.tar.gz
PrismLauncher-14278a9e354bd2aef3f9690c8fac32e2ae1ae0ad.tar.bz2
PrismLauncher-14278a9e354bd2aef3f9690c8fac32e2ae1ae0ad.zip
fix: set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK to 1
should fix some random failures Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9d75a457..d074863d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -105,6 +105,7 @@ jobs:
INSTALL_APPIMAGE_DIR: "install-appdir"
BUILD_DIR: "build"
CCACHE_VAR: ""
+ HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
steps:
##