diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8aca948..b7f5373 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,6 +25,7 @@ jobs: - uses: actions/checkout@v3 - run: brew update - run: brew tap-new sass/sass + - run: git -C $(brew --repository sass/sass) remote -v - run: git -C $(brew --repository sass/sass) fetch origin - run: git -C $(brew --repository sass/sass) checkout "$GITHUB_HEAD_REF" - run: brew audit --strict --git --online sass/${{ matrix.recipe }}