| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 59c530c commit 4d7cbdc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -41,5 +41,13 @@ runs: | |||
| 41 | 41 | shell: bash | |
| 42 | 42 | ||
| 43 | 43 | - name: Install dependencies | |
| 44 | - run: bun install | ||
| 44 | + run: | | ||
| 45 | + # Workaround for patched peer variants | ||
| 46 | + # e.g. ./patches/ for standard-openapi | ||
| 47 | + # https://github.com/oven-sh/bun/issues/28147 | ||
| 48 | + if [ "$RUNNER_OS" = "Windows" ]; then | ||
| 49 | + bun install --linker hoisted | ||
| 50 | + else | ||
| 51 | + bun install | ||
| 52 | + fi | ||
| 45 | 53 | shell: bash | |
| Back | FazBrowse Home | New Git URL |
0 commit comments