We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0891cda commit 61ce728Copy full SHA for 61ce728
.github/workflows/build-container.yml
@@ -64,8 +64,9 @@ jobs:
64
- name: Install tailwindcss
65
if: steps.check_client.outputs.requires_tailwind == 'true'
66
run: |
67
- curl -o "./MyApp/tailwindcss" -L "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64"
68
- chmod +x "./MyApp/tailwindcss"
+ echo $PATH
+ ls ~/
69
+ curl -o "~/.local/bin/tailwindcss" -L "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64"
70
71
- name: Install x tool
72
run: dotnet tool install -g x
0 commit comments