generated from avior/template-web-astro
chore: add missing lib
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -23,6 +23,10 @@ jobs:
|
||||
with:
|
||||
cache: false
|
||||
|
||||
- name: Install system deps
|
||||
# `libgtk-3-dev` required by crate `gdk-sys`
|
||||
run: sudo apt-get install -y libgtk-3-dev
|
||||
|
||||
- name: Install Bun dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
|
Reference in New Issue
Block a user