Skip to content

Add apt cacher proxy configuration bits #1961

Add apt cacher proxy configuration bits

Add apt cacher proxy configuration bits #1961

Workflow file for this run

name: manifest_validation
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Validating manifest
run: |
python -m pip install --upgrade pip
make validate_manifest PYTHON=`which python`