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 794a9d7 commit 8f9855aCopy full SHA for 8f9855a
.github/workflows/build-container.yml
@@ -64,11 +64,12 @@ jobs:
64
- name: Install tailwindcss
65
if: steps.check_client.outputs.requires_tailwind == 'true'
66
run: |
67
+ echo "HOME: $HOME"
68
echo $PATH
- echo $HOME
69
- ls ~/
70
- ls /home/runner/.local/bin
+ ls -al ~/
+ mkdir -p /home/runner/.local/bin
71
curl -o "/home/runner/.local/bin/tailwindcss" -L "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64"
72
+ chmod +x /home/runner/.local/bin/tailwindcss
73
74
- name: Install x tool
75
run: dotnet tool install -g x
0 commit comments