Skip to content

Commit 70f8846

Browse files
committed
ci: cleanup workaround for broken bundler version
1 parent 2b5d930 commit 70f8846

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/gem-install.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ jobs:
7474
with:
7575
name: gem-x86_64-linux
7676
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
77+
- run: "gem update --system" # let's make sure the latest is working for us (upstream test, see #200)
7978
- run: "gem install pkg/tailwindcss-rails-*.gem"
8079
- run: "tailwindcss --help"
8180

0 commit comments

Comments
 (0)