From 9a697736400f42ded179f1eb23972e049e1020e7 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Mon, 19 Apr 2021 14:09:19 -0400 Subject: [PATCH] workflows/tests: simulate macOS for `brew style homebrew-core` --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a21c1edae9..47fdd266e2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -106,6 +106,8 @@ jobs: - name: Run brew style on homebrew-core run: brew style --display-cop-names homebrew/core + env: + HOMEBREW_SIMULATE_MACOS_ON_LINUX: 1 - name: Run brew audit --skip-style on homebrew-core run: brew audit --skip-style --tap=homebrew/core