Browse Source

Update action.yml

thread-liu 4 years ago
parent
commit
b1975a761a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/action.yml

+ 1 - 0
.github/workflows/action.yml

@@ -140,6 +140,7 @@ jobs:
       - name: Install Tools
         shell: bash
         run: |
+          sudo apt-get update
           sudo apt-get -qq install gcc-multilib libsdl-dev scons
           echo "RTT_ROOT=${{ github.workspace }}" >> $GITHUB_ENV
           echo "RTT_CC=gcc" >> $GITHUB_ENV