We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5d930 commit 70f8846Copy full SHA for 70f8846
.github/workflows/gem-install.yml
@@ -74,8 +74,7 @@ jobs:
74
with:
75
name: gem-x86_64-linux
76
path: pkg
77
- - run: "gem update --system"
78
- - run: "apk add build-base" # TODO: remove after https://github.com/rubygems/rubygems/issues/5914 is in a rubygems release
+ - 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"
81
0 commit comments