From cc7886718a28e4713f10184af0f3863a8b901e66 Mon Sep 17 00:00:00 2001 From: guo Date: Mon, 10 Apr 2023 15:56:11 +0800 Subject: [PATCH] Update action.yml (#247) * Update action.yml --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 4ea3f3fa..ab7c9b81 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -91,7 +91,7 @@ jobs: shell: bash run: | sudo apt-get update - sudo apt-get -qq install gcc-multilib libsdl-dev scons + sudo apt-get -qq install gcc-multilib libsdl2-dev scons echo "RTT_ROOT=${{ github.workspace }}" >> $GITHUB_ENV echo "RTT_CC=gcc" >> $GITHUB_ENV