chore: update repo before install

This commit is contained in:
Florian Bouillon 2025-04-22 14:01:14 +02:00
parent 174dfe45f3
commit 7cd554d68a
Signed by: Florian Bouillon
GPG Key ID: 7676FF78F3BC40EC

View File

@ -25,7 +25,9 @@ jobs:
- name: Install system deps
# `libgtk-3-dev` required by crate `gdk-sys`
run: sudo apt-get install -y libgtk-3-dev
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev
- name: Install Bun dependencies
run: bun install --frozen-lockfile