Skip to content

Commit 1e3cba3

Browse files
committed
Update CI build
1 parent 5e4a088 commit 1e3cba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
- name: Dependencies and Environment
175175
run: |
176176
sudo apt-get update -y
177-
sudo apt-get install -y git make cmake clang libssl-dev libbz2-dev build-essential default-libmysqlclient-dev libace-dev
177+
sudo apt-get install -y git make cmake clang libssl-dev libbz2-dev build-essential default-libmysqlclient-dev libace-dev libreadline-dev
178178
sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang 100
179179
sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang 100
180180
- name: Configure
@@ -201,7 +201,7 @@ jobs:
201201
- uses: actions/checkout@v4
202202
with:
203203
submodules: false
204-
repository: Niam5/Eluna-CMaNGOS-${{ matrix.patch }}
204+
repository: Eluna-Ports/Eluna-CMaNGOS-${{ matrix.patch }}
205205
ref: master
206206
- uses: actions/checkout@v4
207207
with:

0 commit comments

Comments
 (0)