Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

add - Added manpage

add - Added manpage #4

Workflow file for this run

name: Build Project (for Launchpad PPA)
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: Install required packages
run: |
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
sudo apt update
sudo apt purge dotnet*
sudo apt autoremove
sudo apt install curl locales-all cli-common-dev libunwind8-dev libcurl4-openssl-dev rustc cargo devscripts debhelper-compat dput
- name: Initialize offline package
run: |
sudo ip netns add no-net
- name: Try to build
run: |
sudo ip netns exec no-net make debian-all-offline