Skip to content

Commit de2a8f6

Browse files
committed
wip
1 parent d4d0218 commit de2a8f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,11 @@ jobs:
8787
with:
8888
name: gem-arm-linux
8989
path: pkg
90+
- run: find pkg
9091
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
9192
- run: |
9293
docker run --rm -v "$(pwd):/test" -w /test --platform=linux/arm/v7 ruby:3.1 \
93-
/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"
9495
9596
darwin-install:
9697
needs: ["package"]

0 commit comments

Comments
 (0)