Skip to content

Commit

Permalink
ci: try to reproduce the musl issue from #200
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Sep 19, 2022
1 parent 89e1b30 commit fac26b1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/gem-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,20 @@ jobs:
- run: "gem install pkg/tailwindcss-rails-*.gem"
- run: "tailwindcss --help"

linux-musl-install:
needs: ["package"]
runs-on: ubuntu-latest
container:
image: ruby:3.0-alpine
steps:
- uses: actions/download-artifact@v2
with:
name: gem-x86_64-linux
path: pkg
- run: "gem update --system"
- run: "gem install pkg/tailwindcss-rails-*.gem"
- run: "tailwindcss --help"

darwin-install:
needs: ["package"]
runs-on: macos-latest
Expand Down

0 comments on commit fac26b1

Please sign in to comment.