From 0d22874bd4ddba13388abd2d81617219107a5ed1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 26 May 2020 10:14:23 +0200 Subject: added bison --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 41fbfd16a..16f06eebc 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: apt-get install - run: sudo apt-get install autopoint gettext libusb-1.0-0-dev libcurl4-openssl-dev flex + run: sudo apt-get install autopoint gettext libusb-1.0-0-dev libcurl4-openssl-dev bison flex - name: autoreconf run: autoreconf -i -f - name: configure -- cgit v1.2.1