Updating G++

This commit is contained in:
Melefo
2021-02-11 19:20:59 +01:00
parent f840ab416b
commit 052c2adc9b
+2
View File
@@ -30,6 +30,8 @@ jobs:
sudo apt-get install --yes criterion-dev
- name: Install Gcovr
run: python -m pip install --upgrade pip gcovr
- name: Update G++
run: sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10.1 100
- name: Build Makefile with CMake
run: mkdir -p build && cd build && cmake ..
- name: Build with Makefile