Skip to content

Commit

Permalink
chore: disable bun's cache on windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Jul 19, 2024
1 parent 49bc548 commit a22a970
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: oven-sh/setup-bun@v2
name: Install bun
with:
bun-version: "1.1.17"
bun-version: "1.1.20"

- name: Get pnpm store directory
id: pnpm-cache
Expand All @@ -66,6 +66,8 @@ jobs:
${{ runner.os }}-pnpm-store-
- uses: actions/cache@v4
# REALLY slow on windows
if: matrix.os == 'windows-latest'
name: Setup bun cache
with:
path: ~/.bun/install/cache
Expand Down

0 comments on commit a22a970

Please sign in to comment.