Merge pull request #75 from mod-playerbots/project_transfer

Preparation for project transfer
This commit is contained in:
Yunfan Li
2025-10-14 00:08:36 +08:00
committed by GitHub
parent 6aef3aae5f
commit 798589fb5d
8 changed files with 11 additions and 11 deletions

View File

@@ -44,12 +44,12 @@ jobs:
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
# - name: Clone Playerbot Module
# run: git clone --depth=1 --branch=master https://github.com/liyunfan1223/mod-playerbots.git modules/mod-playerbots
# run: git clone --depth=1 --branch=master https://github.com/mod-playerbots/mod-playerbots.git modules/mod-playerbots
# - name: Checkout Playerbot Module
# uses: actions/checkout@v3
# with:
# repository: 'liyunfan1223/mod-playerbots'
# repository: 'mod-playerbots/mod-playerbots'
# path: 'modules/mod-playerbots'
- name: Install Requirements