Skip to content

Commit

Permalink
👷 ci(release): 安装 tailwindcss
Browse files Browse the repository at this point in the history
  • Loading branch information
13m0n4de committed Oct 22, 2024
1 parent 120b9c4 commit 1466d00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
- name: Install Trunk
run: cargo binstall -y trunk

- name: Install TailwindCSS
run: |
wget -q https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64 -O tailwindcss
chmod +x tailwindcss
mv tailwindcss /usr/local/bin/
- name: Build frontend
run: |
pushd frontend
Expand Down

0 comments on commit 1466d00

Please sign in to comment.