Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Niam5 committed Aug 29, 2024
1 parent 4a4fc3e commit 26d0a53
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 @@ -269,8 +269,8 @@ jobs:
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 update-alternatives --install /usr/bin/cc cc /usr/bin/clang 100
sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang 100
# 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
env:
ELUNA: ${{ matrix.eluna }}
Expand Down

0 comments on commit 26d0a53

Please sign in to comment.