Skip to content

Commit 233c8d7

Browse files
committed
install lix explixitly
1 parent 1c4314e commit 233c8d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/checkstyle-linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
chmod +x ./cc-test-reporter
3333
./cc-test-reporter before-build
3434
- name: Run npm install
35-
run: npm i -g
35+
run: |
36+
npm ci
37+
npm i -g lix
3638
- name: Install Haxe version ${{ matrix.haxe-version }}
3739
run: |
3840
npx lix download haxe ${{ matrix.haxe-version }}

0 commit comments

Comments
 (0)