Skip to content

new issues

new issues #148

Workflow file for this run

name: Docker
on: [push]
jobs:
build:
# Display name for the GHA page
name: Linux docker
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Repo checkout
uses: actions/checkout@v2
- name: build
run: |
cd build/docker
make all