1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 11:24:24 +02:00

ci: add missing sudo call to apt

This commit is contained in:
Jake Stanger 2022-08-15 00:11:35 +01:00 committed by GitHub
parent 882fa30b66
commit 2c6338f82f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install build deps
run: apt install libgtk-3-dev
run: sudo apt install libgtk-3-dev
- name: Build
run: cargo build --verbose