We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2a8f6 commit ac662bcCopy full SHA for ac662bc
.github/workflows/gem-install.yml
@@ -91,7 +91,7 @@ jobs:
91
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
92
- run: |
93
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"
+ /bin/bash -c "set -ex; gem update --system; gem install pkg/tailwindcss-rails-*.gem; tailwindcss --help"
95
96
darwin-install:
97
needs: ["package"]
0 commit comments