Commit 429b21c
fix: Install complete build dependencies for sass-embedded
Add comprehensive system packages required for sass-embedded native extension:
- build-essential, gcc, g++, make: core build tools
- pkg-config: package configuration tool
- libffi-dev, zlib1g-dev, libssl-dev, libgdbm-dev: common dev headers
- libreadline-dev, libyaml-dev: additional Ruby dependencies
- ruby-dev: Ruby development headers
- unzip, ca-certificates: binary extraction and verification
Resolves sass-embedded 1.93.3 compilation failure in GitHub Actions.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 98a9f04 commit 429b21c
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
36 | 54 | | |
37 | 55 | | |
38 | 56 | | |
| |||
0 commit comments