sudo make me a sandwich

This commit is contained in:
Peter Dimov
2020-11-20 02:13:29 +02:00
parent e049827cb8
commit 0c958a4abb

View File

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