Skip to content

Commit

Permalink
Update compiler version to match requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 authored Aug 16, 2023
1 parent d2ace63 commit 4a95b5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
path: src/server/game/LuaEngine
- name: Dependencies
run: |
sudo apt-get update && sudo apt-get install -yq libboost-all-dev
sudo apt-get update && sudo apt-get install -yq libboost-all-dev g++-10
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 --slave /usr/bin/g++ g++ /usr/bin/g++-10
- name: Setup
env:
ELUNA: ${{ matrix.eluna }}
Expand Down

0 comments on commit 4a95b5a

Please sign in to comment.