Skip to content

Commit e147f50

Browse files
committed
Drop bun from ASAN job — only needed for dev linting
1 parent 704c838 commit e147f50

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ jobs:
9292
with:
9393
version: 0.15.2
9494

95-
- uses: oven-sh/setup-bun@v2
96-
9795
- name: Cache OTP ASAN build
9896
id: otp-cache
9997
uses: actions/cache@v4
@@ -167,7 +165,6 @@ jobs:
167165
restore-keys: ${{ runner.os }}-asan-${{ env.OTP_VERSION }}-${{ env.ELIXIR_VERSION }}-
168166

169167
- run: mix deps.get
170-
- run: bun install
171168
- run: mix compile
172169

173170
- name: Run tests under ASAN

0 commit comments

Comments
 (0)