Skip to content

Commit

Permalink
ci: restore the alpine test
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Nov 18, 2024
1 parent ff8efb7 commit 5e51ff5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/gem-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,20 @@ jobs:
- run: "gem install pkg/tailwindcss-ruby-*.gem"
- run: "tailwindcss --help"

# linux-musl-install:
# needs: ["package"]
# runs-on: ubuntu-latest
# container:
# image: ruby:3.2-alpine
# steps:
# - uses: actions/download-artifact@v4
# with:
# name: gem-x86_64-linux
# path: pkg
# - run: "apk add build-base" # to compile racc, etc.
# - run: "gem update --system" # let's make sure the latest is working for us (upstream test, see #200)
# - run: "gem install pkg/tailwindcss-ruby-*.gem"
# - run: "tailwindcss --help"
linux-musl-install:
needs: ["package"]
runs-on: ubuntu-latest
container:
image: ruby:3.2-alpine
steps:
- uses: actions/download-artifact@v4
with:
name: gem-x86_64-linux
path: pkg
- run: "apk add build-base" # to compile racc, etc.
- run: "gem update --system" # let's make sure the latest is working for us (upstream test, see #200)
- run: "gem install pkg/tailwindcss-ruby-*.gem"
- run: "tailwindcss --help"

# linux-arm-install:
# needs: ["package"]
Expand Down

0 comments on commit 5e51ff5

Please sign in to comment.