Skip to content

Commit e327605

Browse files
authored
ci: pin Bun to 1.3.11 to fix codesign regression (#122)
1 parent 96ef61f commit e327605

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bun-compile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
steps:
4444
- name: Set up Bun
4545
uses: oven-sh/setup-bun@v2
46+
with:
47+
bun-version: "1.3.11"
4648

4749
- name: Install package
4850
env:

0 commit comments

Comments
 (0)