chore(ci): switch to libgtk-3-dev for dev packages

pull/1/head
Paul Makles 2022-03-05 15:20:44 +00:00
parent 1a87baa2d6
commit a943527d08
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
run: | run: |
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
apt-get update apt-get update
apt-get install -y curl build-essential pkg-config glib2.0 apt-get install -y curl build-essential pkg-config libgtk-3-dev
- name: Install latest nightly - name: Install latest nightly
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1