|
@@ -73,7 +73,7 @@ jobs:
|
|
|
|
|
|
- name: Build
|
|
|
working-directory: ${{github.workspace}}/build
|
|
|
- run: cmake --build -j2 . --target map-server
|
|
|
+ run: cmake --build . -j2 --target map-server
|
|
|
|
|
|
# npc.sh enables all NPC scripts in the custom and test folders.
|
|
|
- name: Enable All NPCs for Testing
|