We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faed80f commit 13ceea6Copy full SHA for 13ceea6
.github/workflows/gem-install.yml
@@ -74,6 +74,7 @@ jobs:
74
with:
75
name: gem-x86_64-linux
76
path: pkg
77
+ - run: "apk add build-base" # to compile racc, etc.
78
- run: "gem update --system" # let's make sure the latest is working for us (upstream test, see #200)
79
- run: "gem install pkg/tailwindcss-rails-*.gem"
80
- run: "tailwindcss --help"
0 commit comments