Skip to content

Commit 143b911

Browse files
committed
fixed global lix
1 parent d9dd202 commit 143b911

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/checkstyle-linux.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
chmod +x ./cc-test-reporter
3333
./cc-test-reporter before-build
3434
- name: Run npm install
35-
run: npm ci
35+
run: npm ci -g
3636
- name: Install Haxe version ${{ matrix.haxe-version }}
3737
run: |
3838
npx lix download haxe ${{ matrix.haxe-version }}
@@ -47,10 +47,8 @@ jobs:
4747
- name: Build hxcpp binary
4848
run: |
4949
cd ~/haxe/haxe_libraries/hxcpp/4.2.0/github/75b25c32b14a8989af59371589b00735e1630697/
50-
pwd
5150
npx haxelib dev hxcpp .
5251
cd tools/hxcpp
53-
pwd
5452
npx haxe compile.hxml
5553
- name: Build neko versions
5654
run: |

0 commit comments

Comments
 (0)