Merge pull request #369 from tomaspinho/fix-build-6.17 #58
This file contains hidden or 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: CI | |
| on: [push] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: install dependencies | |
| run: sudo apt install bc module-assistant build-essential | |
| - name: prepare build | |
| run: sudo m-a prepare | |
| - name: build | |
| run: make |