This commit is contained in:
Leroy Hopson 2022-03-07 11:41:52 +07:00
parent a41ac2d6f6
commit 42c9f284be
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -85,7 +85,7 @@ jobs:
# Ubuntu-specific steps.
- name: Install ubuntu build dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get install -y scons gcc-multilib g++-multilib
run: sudo apt-get update && sudo apt-get install -y scons gcc-multilib g++-multilib
# JavaScript-specific steps.
- name: Install javascript build dependencies