Skip to content

Commit

Permalink
Update action.yml (#247)
Browse files Browse the repository at this point in the history
* Update action.yml
  • Loading branch information
Guozhanxin authored Apr 10, 2023
1 parent a8c950b commit cc78867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc78867

Please sign in to comment.