Skip to content

Commit 13ceea6

Browse files
committed
ci: latest alpine builds don't have build-base
let's install it so we can compile C extensions when needed
1 parent faed80f commit 13ceea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gem-install.yml

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
with:
7575
name: gem-x86_64-linux
7676
path: pkg
77+
- run: "apk add build-base" # to compile racc, etc.
7778
- run: "gem update --system" # let's make sure the latest is working for us (upstream test, see #200)
7879
- run: "gem install pkg/tailwindcss-rails-*.gem"
7980
- run: "tailwindcss --help"

0 commit comments

Comments
 (0)