From baa15ca8b0646039df7425521cacd731a7792319 Mon Sep 17 00:00:00 2001 From: "Christopher A. Mosher" Date: Wed, 2 Nov 2022 22:12:17 -0400 Subject: [PATCH] sonarcloud --- .github/workflows/sonarcloud.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/sonarcloud.yaml b/.github/workflows/sonarcloud.yaml index ba306c3..013a821 100644 --- a/.github/workflows/sonarcloud.yaml +++ b/.github/workflows/sonarcloud.yaml @@ -12,6 +12,11 @@ jobs: SONAR_SERVER_URL: "https://sonarcloud.io" BUILD_WRAPPER_OUT_DIR: "build_wrapper_output_directory" steps: + - name: "Prepare runner" + run: | + set -x + sudo apt-get update -qqqq + sudo apt-get install -qqqq libsdl2-dev tree - uses: "actions/checkout@v2" with: fetch-depth: 0