Skip to content

Install deps manually #3

Install deps manually

Install deps manually #3

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/${{ github.repository }}:latest
steps:
- uses: actions/checkout@v4
id: checkout
name: Setup checkout
- run: git config --global --add safe.directory '*'
- run: |
sudo dnf install gtk4-devel glib2-devel appstream-devel
bdep init -C @gcc cc config.cxx=g++
bdep update
bdep test
bpkg bindist -d ../libadwaita-gcc/ libadwaita
- uses: actions/upload-artifact@v4
id: upload-artifact
with:
path: '/github/home/rpmbuild/RPMS/x86_64/**'