Skip to content

Commit

Permalink
Merge pull request #46 from ssahani/ci
Browse files Browse the repository at this point in the history
Reenable CI
  • Loading branch information
ssahani authored May 1, 2024
2 parents bc9cdf8 + 344fcc6 commit 2e17107
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,20 @@ name: systemd-netlogd CI

on:
push:
branches: [ master ]
branches: [ "main" ]
pull_request:
branches: [ master ]
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: update
run: sudo apt-get update
- name: install python
run: sudo apt-get install python3 python3-pip python3-dev python3-setuptools build-essential meson ninja-build sphinx-doc sphinx-common python-configparser
- name: install build essentials
run: sudo apt-get install -y ninja-build glib-2.0-dev libudev-dev libyaml-dev libsystemd-dev clang gperf libcap-dev build-essential
run: sudo apt-get install -y python3-sphinx ninja-build meson glib-2.0-dev libudev-dev libsystemd-dev clang gperf libcap-dev build-essential
- name: build
run: make

0 comments on commit 2e17107

Please sign in to comment.