Skip to content

Commit 2cbf6c2

Browse files
committed
Update build.yml
1 parent 394df4d commit 2cbf6c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
fi
4646
fi
4747
48+
- name: Install tailwindcss
49+
run: |
50+
mkdir -p /home/runner/.local/bin
51+
curl -o "/home/runner/.local/bin/tailwindcss" -L "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64"
52+
chmod +x /home/runner/.local/bin/tailwindcss
53+
4854
- name: Build tailwind
4955
working-directory: ./MyApp
5056
run: |

0 commit comments

Comments
 (0)