File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -71,20 +71,20 @@ jobs:
71
71
- run : " gem install pkg/tailwindcss-ruby-*.gem"
72
72
- run : " tailwindcss --help"
73
73
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"
88
88
89
89
# linux-arm-install:
90
90
# needs: ["package"]
You can’t perform that action at this time.
0 commit comments