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

View File

@@ -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