Skip to content

Commit ef0d7a5

Browse files
committed
Updating tests.yaml:
- Added missing dependencies for gobject-introspection libgirepository1.0-dev gir1.2-glib-2.0 in order to get 'girepository-2.0' dependency issue resolved
1 parent 8d2d937 commit ef0d7a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1"
5656

5757
steps:
58+
- name: Install Missing Dependencies
59+
run: |
60+
apt-get update
61+
apt-get install -y gobject-introspection libgirepository1.0-dev gir1.2-glib-2.0
62+
5863
- name: Checkout
5964
uses: actions/checkout@v4
6065
# To use act like:

0 commit comments

Comments
 (0)