From b013481cebfaa1c2ee1b087dae7c8d8e6631333f Mon Sep 17 00:00:00 2001 From: fvanroie Date: Fri, 5 Mar 2021 20:29:04 +0100 Subject: [PATCH] Add Install SDL2 library --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2a5c6eb2..7ed8ed1e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,10 +33,10 @@ jobs: - name: Enable Linux platform from platformio_override.ini run: | sed -i 's/; user_setups\/linux/user_setups\/linux/g' platformio_override.ini - - name: Install PlatformIO + - name: Install SDL2 library run: | - apt update - apt install libsdl2-dev + sudo apt-get update + sudo apt-get install libsdl2-dev - name: List all files in current folder run: | ls -la