From 0c958a4abbfe09df3b9ec62de19831d5e047a76f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 20 Nov 2020 02:13:29 +0200 Subject: [PATCH] sudo make me a sandwich --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1132219..3388c11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: - name: Install GCC if: "matrix.toolset == 'gcc-6' || startsWith( matrix.toolset, 'gcc-4.' )" - run: apt install ${{matrix.toolset}} + run: sudo apt install ${{matrix.toolset}} - name: Setup (Windows) if: "startsWith( matrix.os, 'windows-' )"