Skip to content

Commit d9dd202

Browse files
committed
fixed sub-shell use
1 parent 75434fe commit d9dd202

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/checkstyle-linux.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ jobs:
4949
cd ~/haxe/haxe_libraries/hxcpp/4.2.0/github/75b25c32b14a8989af59371589b00735e1630697/
5050
pwd
5151
npx haxelib dev hxcpp .
52-
(cd tools/build; pwd; npx haxe compile.hxml)
53-
(cd tools/hxcpp; pwd; npx haxe compile.hxml)
52+
cd tools/hxcpp
53+
pwd
54+
npx haxe compile.hxml
5455
- name: Build neko versions
5556
run: |
5657
npx haxe build.hxml

0 commit comments

Comments
 (0)