Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
james-huston authored Jan 29, 2024
1 parent 3a431ab commit 6dc99fd
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,10 @@ jobs:
- uses: actions/checkout@v3

- name: Checkout ACore
uses: rohmanngmbh/[email protected]
with:
# Repository name with owner. For example, actions/checkout
repository: araxiaonline/AzerothCore-wotlk-with-NPCBots
path: AzerothCore
- name: Checkout mod-auctionator
uses: rohmanngmbh/[email protected]
with:
path: AzerothCore/modules/mod-auctionator
run: git checkout https://github.com/araxiaonline/AzerothCore-wotlk-with-NPCBots.git

- name: List Files
working-directory: ${{github.workspace}}/AzerothCore
working-directory: ${{github.workspace}}/
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ls -al
Expand Down

0 comments on commit 6dc99fd

Please sign in to comment.