mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-05 02:49:50 +00:00
Updating G++
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: Install Gcovr
|
- name: Install Gcovr
|
||||||
run: python -m pip install --upgrade pip gcovr
|
run: python -m pip install --upgrade pip gcovr
|
||||||
- name: Update G++
|
- name: Update G++
|
||||||
run: sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10.1 100
|
run: sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 100
|
||||||
- name: Build Makefile with CMake
|
- name: Build Makefile with CMake
|
||||||
run: mkdir -p build && cd build && cmake ..
|
run: mkdir -p build && cd build && cmake ..
|
||||||
- name: Build with Makefile
|
- name: Build with Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user