mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix Ubuntu workflow
This commit is contained in:
parent
a1217af4c6
commit
3e0b2d861d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ubuntu.yml
vendored
3
.github/workflows/ubuntu.yml
vendored
|
|
@ -21,7 +21,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y bash-completion git meson liblua5.2-dev libglib2.0-dev
|
sudo apt update
|
||||||
|
sudo apt install -y bash-completion git meson liblua5.2-dev libglib2.0-dev
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue