Skip to content

Commit ac662bc

Browse files
committed
wip
1 parent de2a8f6 commit ac662bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
9292
- run: |
9393
docker run --rm -v "$(pwd):/test" -w /test --platform=linux/arm/v7 ruby:3.1 \
94-
/bin/bash -c "set -ex; gem install pkg/tailwindcss-rails-*.gem; tailwindcss --help"
94+
/bin/bash -c "set -ex; gem update --system; gem install pkg/tailwindcss-rails-*.gem; tailwindcss --help"
9595
9696
darwin-install:
9797
needs: ["package"]

0 commit comments

Comments
 (0)