Build: Update required compilers to current debian stable and VS 2022

GCC: 10
Clang: 11
MSVC: 2022
This commit is contained in:
Shauren
2023-01-01 00:26:53 +01:00
parent ba9bbbc9d0
commit 0a1b40241a
5 changed files with 11 additions and 27 deletions

View File

@@ -11,8 +11,8 @@ jobs:
- uses: actions/checkout@v2
- name: Dependencies
run: |
sudo apt-get update && sudo apt-get install -yq libboost-all-dev g++-8
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 100 --slave /usr/bin/g++ g++ /usr/bin/g++-8
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
run: |
mkdir bin