Skip to content

Commit 6b7cb0d

Browse files
committed
Another CI fix.
1 parent 5e7980d commit 6b7cb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/browser-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cache: 'npm'
2020
cache-dependency-path: package-lock.json
2121
- run: npm ci --ignore-scripts
22-
- run: npm install @rollup/rollup-linux-x64-gnu
22+
- run: npm install @rollup/rollup-linux-x64-gnu @esbuild/linux-x64
2323
- run: npm run postinstall --workspace=gitcasso
2424
- run: npm run build --workspace=overtype
2525
- run: npm run biome

0 commit comments

Comments
 (0)