Skip to content

Commit 8f9855a

Browse files
committed
Update build-container.yml
1 parent 794a9d7 commit 8f9855a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-container.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,12 @@ jobs:
6464
- name: Install tailwindcss
6565
if: steps.check_client.outputs.requires_tailwind == 'true'
6666
run: |
67+
echo "HOME: $HOME"
6768
echo $PATH
68-
echo $HOME
69-
ls ~/
70-
ls /home/runner/.local/bin
69+
ls -al ~/
70+
mkdir -p /home/runner/.local/bin
7171
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
7273
7374
- name: Install x tool
7475
run: dotnet tool install -g x

0 commit comments

Comments
 (0)