Skip to content

Merge branch 'master' into build #600

Merge branch 'master' into build

Merge branch 'master' into build #600

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run configure
run: |
chmod +x ./configure
./configure