diff --git a/.github/workflows/gem-install.yml b/.github/workflows/gem-install.yml index 8ff8535..4ff7502 100644 --- a/.github/workflows/gem-install.yml +++ b/.github/workflows/gem-install.yml @@ -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"]