diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index ce3621a77..9b31e736d 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -18,11 +18,18 @@ jobs: steps: - uses: actions/checkout@v2 + + - name: Setup libfec + run: git clone https://github.com/jgaeddert/libfec.git && ./configure && make && sudo make install + - name: bootstrap run: ./bootstrap.sh + - name: configure run: ./configure + - name: make run: make -j 2 + - name: make check run: make -j 2 check