Skip to content

Commit e20c3f2

Browse files
committed
ci: restore the alpine test
1 parent d912e8c commit e20c3f2

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Diff for: .github/workflows/gem-install.yml

+14-14
Original file line numberDiff line numberDiff 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"]

0 commit comments

Comments
 (0)