mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
ci: add missing sudo call to apt
This commit is contained in:
parent
882fa30b66
commit
2c6338f82f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install build deps
|
- name: Install build deps
|
||||||
run: apt install libgtk-3-dev
|
run: sudo apt install libgtk-3-dev
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
|
|
Loading…
Add table
Reference in a new issue