Skip to content

Commit 8003c3f

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

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: .github/workflows/gem-install.yml

+13
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,19 @@ 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 install pkg/tailwindcss-rails-*.gem"
77+
- run: "tailwindcss --help"
78+
6679
darwin-install:
6780
needs: ["package"]
6881
runs-on: macos-latest

0 commit comments

Comments
 (0)