Skip to content

Commit 75434fe

Browse files
committed
fixed hxcpp path
1 parent 67346f7 commit 75434fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/checkstyle-linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
npx haxelib list
4747
- name: Build hxcpp binary
4848
run: |
49-
cd ~/haxe/haxe_libraries/hxcpp/4.2.0/github
50-
cd `ls`
49+
cd ~/haxe/haxe_libraries/hxcpp/4.2.0/github/75b25c32b14a8989af59371589b00735e1630697/
50+
pwd
5151
npx haxelib dev hxcpp .
52-
(cd tools/build; npx haxe compile.hxml)
53-
(cd tools/hxcpp; npx haxe compile.hxml)
52+
(cd tools/build; pwd; npx haxe compile.hxml)
53+
(cd tools/hxcpp; pwd; npx haxe compile.hxml)
5454
- name: Build neko versions
5555
run: |
5656
npx haxe build.hxml

0 commit comments

Comments
 (0)