Commit 1e3cba3 1 parent 5e4a088 commit 1e3cba3 Copy full SHA for 1e3cba3
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174
174
- name : Dependencies and Environment
175
175
run : |
176
176
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
178
178
sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang 100
179
179
sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang 100
180
180
- name : Configure
@@ -201,7 +201,7 @@ jobs:
201
201
- uses : actions/checkout@v4
202
202
with :
203
203
submodules : false
204
- repository : Niam5 /Eluna-CMaNGOS-${{ matrix.patch }}
204
+ repository : Eluna-Ports /Eluna-CMaNGOS-${{ matrix.patch }}
205
205
ref : master
206
206
- uses : actions/checkout@v4
207
207
with :
You can’t perform that action at this time.
0 commit comments