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 26d0a53 commit 589467d
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
echo "CC=gcc-12" >> $GITHUB_ENV
echo "CXX=g++-12" >> $GITHUB_ENV
- name: Configure
env:
ELUNA: ${{ matrix.eluna }}
Expand Down

0 comments on commit 589467d

Please sign in to comment.