Skip to content

Update build status badge show GitHub Actions #2

Update build status badge show GitHub Actions

Update build status badge show GitHub Actions #2

Workflow file for this run

name: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install build dependencies
run: sudo apt update && sudo apt install -y znc znc-dev libcurl4-openssl-dev
- uses: actions/checkout@v3
- name: make
run: make curl=yes