Skip to content

os flag using slices #74

os flag using slices

os flag using slices #74

Workflow file for this run

name: Ubuntu
on:
push:
branches:
- '*'
pull_request:
branches: [ master-dev ]
jobs:
build:
if: github.repository_owner == 'grame-cncm' || github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install libmicrohttpd
run: |
sudo apt-get update -qq
sudo apt-get install libmicrohttpd-dev
- name: Build Faust
run: make