From f18c54ed3f9b0c4e50e471a420ee34aebda44714 Mon Sep 17 00:00:00 2001 From: Songmu Date: Thu, 4 Apr 2024 17:26:51 +0900 Subject: [PATCH] brew upgrade after install on integration test --- .github/workflows/integration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index a53b3f6..38ca2ad 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -19,5 +19,6 @@ jobs: brew reinstall git || true brew link --overwrite git brew install git-svn mercurial fossil breezy darcs + brew upgrade git-svn mercurial fossil breezy darcs - name: test run: PATH=$HOME/bin:$PATH ./misc/author/integration_test.sh