Skip to content

Commit

Permalink
Try path remote
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Feb 8, 2024
1 parent 7587310 commit bfdcc28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +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) remote add -f ci "file://`pwd`"
- run: git -C $(brew --repository sass/sass) checkout "$GITHUB_HEAD_REF"
- run: brew audit --strict --git --online sass/${{ matrix.recipe }}
- run: brew install sass/${{ matrix.recipe }}
Expand Down

0 comments on commit bfdcc28

Please sign in to comment.