fix(ci): include -dev suffix
parent
00d1cc364c
commit
da25ca0a5c
|
@ -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 libgtk-4-dev libadwaita-1
|
apt-get install -y curl build-essential pkg-config libgtk-4-dev libadwaita-1-dev
|
||||||
|
|
||||||
- name: Install latest nightly
|
- name: Install latest nightly
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
|
|
Loading…
Reference in New Issue