Skip to content

Commit e44d505

Browse files
committed
wip
1 parent 99145c1 commit e44d505

File tree

1 file changed

+3
-3
lines changed
  • packages/@tailwindcss-standalone/scripts

1 file changed

+3
-3
lines changed

packages/@tailwindcss-standalone/scripts/build.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ async function buildForPlatform(triple: string, outfile: string) {
1818
PLATFORM_LIBC: triple.includes('-musl') ? 'musl' : 'glibc',
1919

2020
// This is a fix for binary downloads failing on Windows CI
21-
USERPROFILE: undefined,
22-
HOMEDRIVE: undefined,
23-
HOMEPATH: undefined,
21+
USERPROFILE: '',
22+
HOMEDRIVE: '',
23+
HOMEPATH: '',
2424
})
2525

2626
return await cmd

0 commit comments

Comments
 (0)