From 4514afe399e61cfdab4c20b289c9a3a5042de61c Mon Sep 17 00:00:00 2001 From: Chris Schinnerl Date: Fri, 19 Jan 2024 14:53:27 +0100 Subject: [PATCH] unlink go 1.2 --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0852e12..d3919d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Homebrew run: | @@ -21,7 +21,9 @@ jobs: - name: Test Formulae run: | + brew unlink go || true brew install --build-from-source Formula/*.rb brew test Formula/*.rb + brew unlink go || true brew audit --strict --online Formula/*.rb