Fixed missing factory names renames #158
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: C/C++ CI | |
on: | |
push: | |
branches: [master, setup-ci] | |
pull_request: | |
branches: [master, setup-ci] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install dependencies | |
run: sudo apt update && sudo apt install -f libfmt-dev libasound2-dev libavahi-core-dev libavahi-client-dev valgrind | |
- name: make test | |
run: make test |