Skip to content

Commit 91956fe

Browse files
committed
wip
1 parent e52284a commit 91956fe

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,14 @@ jobs:
8585
run: pnpm install
8686

8787
- name: Build
88-
run: pnpm run build
88+
run: pnpm run build --filter=\!@tailwindcss/standalone
89+
env:
90+
CARGO_PROFILE_RELEASE_LTO: 'off'
91+
CARGO_TARGET_X86_64_PC_WINDOWS_MSVC_LINKER: 'lld-link'
92+
93+
# Workaround for odd windows build failure
94+
- name: Build Standalone
95+
run: pnpm run build --filter=@tailwindcss/standalone
8996
env:
9097
CARGO_PROFILE_RELEASE_LTO: 'off'
9198
CARGO_TARGET_X86_64_PC_WINDOWS_MSVC_LINKER: 'lld-link'

0 commit comments

Comments
 (0)