Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed Nov 29, 2024
1 parent 6104bba commit 47b8675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install libs on container
run: |
apt-get update
apt-get install -y git python3.12 valac meson ninja-build libgee-0.8-dev libglib2.0-dev gobject-introspection
apt-get install -y git python3.12 valac meson ninja-build gir1.2-glib-2.0-dev libglib2.0-dev gobject-introspection
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 47b8675

Please sign in to comment.