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 d4d0218 commit de2a8f6Copy full SHA for de2a8f6
.github/workflows/gem-install.yml
@@ -87,10 +87,11 @@ jobs:
87
with:
88
name: gem-arm-linux
89
path: pkg
90
+ - run: find pkg
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 \
- /bin/bash -c "gem install pkg/tailwindcss-rails-*.gem && tailwindcss --help"
94
+ /bin/bash -c "set -ex; gem install pkg/tailwindcss-rails-*.gem; tailwindcss --help"
95
96
darwin-install:
97
needs: ["package"]
0 commit comments