We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9dd202 commit 143b911Copy full SHA for 143b911
.github/workflows/checkstyle-linux.yml
@@ -32,7 +32,7 @@ jobs:
32
chmod +x ./cc-test-reporter
33
./cc-test-reporter before-build
34
- name: Run npm install
35
- run: npm ci
+ run: npm ci -g
36
- name: Install Haxe version ${{ matrix.haxe-version }}
37
run: |
38
npx lix download haxe ${{ matrix.haxe-version }}
@@ -47,10 +47,8 @@ jobs:
47
- name: Build hxcpp binary
48
49
cd ~/haxe/haxe_libraries/hxcpp/4.2.0/github/75b25c32b14a8989af59371589b00735e1630697/
50
- pwd
51
npx haxelib dev hxcpp .
52
cd tools/hxcpp
53
54
npx haxe compile.hxml
55
- name: Build neko versions
56
0 commit comments