From 54c26ed21292428d0500dc15ad9c4639217367b8 Mon Sep 17 00:00:00 2001 From: Boris lysikov Date: Mon, 4 Nov 2024 23:05:23 +0700 Subject: [PATCH] add --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6258d33..d25223e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -96,8 +96,9 @@ jobs: sudo apt-get update sudo apt-get install -y build-essential curl file git /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> ~/.bashrc +# echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> ~/.bashrc eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" + brew doctor - name: Install Allure run: brew install allure