Skip to content

Merge pull request #248 from sergio-costas/fix-libtool-46 #37

Merge pull request #248 from sergio-costas/fix-libtool-46

Merge pull request #248 from sergio-costas/fix-libtool-46 #37

name: test-dependencies
on:
pull_request:
push:
branches:
- gnome-46-2404-sdk
jobs:
check-deps:
runs-on: ubuntu-latest
container:
image: ubuntu:rolling
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies (Ubuntu)
run: |
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3 python3-yaml
- name: Verify dependencies
run: |
tools/check_dependencies.py