diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index d3768aa..f443ee1 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -48,7 +48,8 @@ jobs: - name: Install Node dependencies run: | Remove-Item package-lock.json -ErrorAction SilentlyContinue - npm install + npm install --include=optional + npm install @tailwindcss/oxide-win32-x64-msvc@4.2.4 --no-save - name: Build renderer run: npx vite build --config vite.config.mjs