From 140e03a522225837a4d21e9360521314d9852b66 Mon Sep 17 00:00:00 2001 From: James Huston Date: Mon, 29 Jan 2024 18:58:26 -0500 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 2cb5ab1..8e41f2d 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -28,9 +28,10 @@ jobs: git clone https://github.com/araxiaonline/AzerothCore-wotlk-with-NPCBots.git cd AzerothCore-wotlk-with-NPCBots/modules git clone https://github.com/araxiaonline/mod-auctionator.git - cd ../../ + cd /home/runner/work/AzerothCore-wotlk-with-NPCBots/ mkdir build cd build + ls -al cmake ../ make -j 4