Skip to content

Commit 0f282e2

Browse files
committed
ci: fix pipeline
1 parent a5ebd7f commit 0f282e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
matrix:
3939
plat: ["ubuntu", "windows", "macos"]
4040
tailwind: ["--version=~>3.4.14", "--version=~>4.0.0.alpha.27"]
41-
env:
4241
runs-on: ${{matrix.plat}}-latest
42+
env:
4343
TAILWINDCSSOPTS: ${{ matrix.tailwind }}
4444
steps:
4545
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)