From 40e1ec28fbd83961f4aea2f8c436e395815593a9 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 14 Nov 2019 13:42:56 -0500 Subject: [PATCH] Attempt sudo. Sorry for the noise; there's no obvious better way to test this stuff. --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 439775f22..a44940549 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -17,6 +17,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: install dependencies - run: apt-get install libsdl2-dev scons + run: sudo apt-get install libsdl2-dev scons - name: make run: cd OSBindings/SDL; scons