chore(ci): add dependencies pkg-config glib2.0

pull/1/head
Paul Makles 2022-03-05 02:07:17 +00:00
parent 6532828c99
commit e162a557d7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
apt-get update
apt-get install -y curl build-essential
apt-get install -y curl build-essential pkg-config glib2.0
- name: Install latest nightly
uses: actions-rs/toolchain@v1