Skip to content

Commit

Permalink
Don't pass branch: main
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Feb 8, 2024
1 parent bcd7b9d commit 34e8a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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/sass/${{ matrix.recipe }}
- run: brew audit --strict --git 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 }}
3 changes: 1 addition & 2 deletions Formula/sass.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ class Sass < Formula

resource "language" do
url "https://github.com/sass/sass.git",
revision: "c04dbf6c447caf9d62094597e68fe5bf5d0b4025",
branch: "main" # Only needed to silence a validation
revision: "c04dbf6c447caf9d62094597e68fe5bf5d0b4025"
end

def install
Expand Down

0 comments on commit 34e8a41

Please sign in to comment.