From 75eaa92eee4d50497159edf0c7e369c81957e3ca Mon Sep 17 00:00:00 2001 From: Melefo <42809472+Melefo@users.noreply.github.com> Date: Thu, 11 Feb 2021 19:23:45 +0100 Subject: [PATCH] Updating G++ --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 030510b..4c6d79d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - 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 + run: sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 100 - name: Build Makefile with CMake run: mkdir -p build && cd build && cmake .. - name: Build with Makefile