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 394df4d commit 2cbf6c2Copy full SHA for 2cbf6c2
.github/workflows/build.yml
@@ -45,6 +45,12 @@ jobs:
45
fi
46
47
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
+
54
- name: Build tailwind
55
working-directory: ./MyApp
56
run: |
0 commit comments