Skip to content

Commit

Permalink
Update CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Niam5 committed Feb 3, 2025
1 parent 5e4a088 commit 1e3cba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Dependencies and Environment
run: |
sudo apt-get update -y
sudo apt-get install -y git make cmake clang libssl-dev libbz2-dev build-essential default-libmysqlclient-dev libace-dev
sudo apt-get install -y git make cmake clang libssl-dev libbz2-dev build-essential default-libmysqlclient-dev libace-dev libreadline-dev
sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang 100
sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang 100
- name: Configure
Expand All @@ -201,7 +201,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: false
repository: Niam5/Eluna-CMaNGOS-${{ matrix.patch }}
repository: Eluna-Ports/Eluna-CMaNGOS-${{ matrix.patch }}
ref: master
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1e3cba3

Please sign in to comment.