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-' )"