Skip to content

Commit

Permalink
github: Revert to Sass 1.63.2
Browse files Browse the repository at this point in the history
There seem to be a bug introduced on Windows failing to close the protocol cleanly.
  • Loading branch information
bep committed Jul 11, 2024
1 parent 2ab2a45 commit c58f924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
name: Test
env:
SASS_VERSION: 1.77.5
SASS_VERSION: 1.63.2
jobs:
test:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion transpiler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ func TestVersion(t *testing.T) {
version, err := godartsass.Version(getSassEmbeddedFilename())
c.Assert(err, qt.IsNil)
c.Assert(version, qt.Not(qt.Equals), "")
c.Assert(version.ProtocolVersion, qt.Equals, "2.7.1")
c.Assert(version.ProtocolVersion, qt.Equals, "2.0.0")
}

func newTestTranspiler(c *qt.C, opts godartsass.Options) (*godartsass.Transpiler, func()) {
Expand Down

0 comments on commit c58f924

Please sign in to comment.