Skip to content

Commit

Permalink
Fix URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Feb 8, 2024
1 parent 5c09714 commit 88e83d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
path="$(brew --repository sass/sass)"
rm -rf "$path"
ln -s "$(pwd)" "$path"
- run: brew audit --strict --git --online sass/${{ matrix.recipe }}
- run: brew install sass/${{ matrix.recipe }}
- run: brew test sass/${{ matrix.recipe }}
- run: brew uninstall sass/${{ matrix.recipe }}
- run: brew audit --strict --git --online sass/sass/${{ matrix.recipe }}
- run: brew install sass/sass/${{ matrix.recipe }}
- run: brew test sass/sass/${{ matrix.recipe }}
- run: brew uninstall sass/sass/${{ matrix.recipe }}

0 comments on commit 88e83d4

Please sign in to comment.