Skip to content

Commit 428424d

Browse files
committed
............
1 parent 7eeeb52 commit 428424d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
apt remove -y -qq libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev
121121
122122
build -DENABLE_GAME=false -DENABLE_SERVER=true -DENABLE_CAMPAIGN_SERVER=true -DENABLE_TESTS=false
123-
make VERBOSE=1 -j2
123+
make -C build VERBOSE=1 -j2
124124
;;
125125
esac
126126
- name: Check path options

0 commit comments

Comments
 (0)