File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -71,20 +71,20 @@ jobs:
7171 - run : " gem install pkg/tailwindcss-ruby-*.gem"
7272 - run : " tailwindcss --help"
7373
74- # linux-musl-install:
75- # needs: ["package"]
76- # runs-on: ubuntu-latest
77- # container:
78- # image: ruby:3.2-alpine
79- # steps:
80- # - uses: actions/download-artifact@v4
81- # with:
82- # name: gem-x86_64-linux
83- # path: pkg
84- # - run: "apk add build-base" # to compile racc, etc.
85- # - run: "gem update --system" # let's make sure the latest is working for us (upstream test, see #200)
86- # - run: "gem install pkg/tailwindcss-ruby-*.gem"
87- # - run: "tailwindcss --help"
74+ linux-musl-install :
75+ needs : ["package"]
76+ runs-on : ubuntu-latest
77+ container :
78+ image : ruby:3.2-alpine
79+ steps :
80+ - uses : actions/download-artifact@v4
81+ with :
82+ name : gem-x86_64-linux
83+ path : pkg
84+ - run : " apk add build-base" # to compile racc, etc.
85+ - run : " gem update --system" # let's make sure the latest is working for us (upstream test, see #200)
86+ - run : " gem install pkg/tailwindcss-ruby-*.gem"
87+ - run : " tailwindcss --help"
8888
8989 # linux-arm-install:
9090 # needs: ["package"]
You can’t perform that action at this time.
0 commit comments