Skip to content

Commit 3b18b2e

Browse files
committed
[CI] Do not install lix on non lix workflow
1 parent 434ca46 commit 3b18b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-vanilla.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install npm dependencies
2828
run: |
29-
npm ci
29+
npm i terser
3030
3131
- name: Install haxelib dependencies
3232
if: steps.cache-haxelib.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)