mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Fix apt
This commit is contained in:
parent
a41ac2d6f6
commit
42c9f284be
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
||||||
# Ubuntu-specific steps.
|
# Ubuntu-specific steps.
|
||||||
- name: Install ubuntu build dependencies
|
- name: Install ubuntu build dependencies
|
||||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
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.
|
# JavaScript-specific steps.
|
||||||
- name: Install javascript build dependencies
|
- name: Install javascript build dependencies
|
||||||
|
|
Loading…
Reference in a new issue