Skip to content

Commit fac26b1

Browse files
committed
ci: try to reproduce the musl issue from #200
1 parent 89e1b30 commit fac26b1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/gem-install.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,20 @@ jobs:
6363
- run: "gem install pkg/tailwindcss-rails-*.gem"
6464
- run: "tailwindcss --help"
6565

66+
linux-musl-install:
67+
needs: ["package"]
68+
runs-on: ubuntu-latest
69+
container:
70+
image: ruby:3.0-alpine
71+
steps:
72+
- uses: actions/download-artifact@v2
73+
with:
74+
name: gem-x86_64-linux
75+
path: pkg
76+
- run: "gem update --system"
77+
- run: "gem install pkg/tailwindcss-rails-*.gem"
78+
- run: "tailwindcss --help"
79+
6680
darwin-install:
6781
needs: ["package"]
6882
runs-on: macos-latest

0 commit comments

Comments
 (0)