Skip to content

Set version to 2.66.4. #1436

Set version to 2.66.4.

Set version to 2.66.4. #1436

Workflow file for this run

name: Ubuntu
on:
push:
branches:
- '*'
pull_request:
branches: [ master-dev ]
jobs:
build:
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