From e254e8ed2a2139569948d7ac9c65fb217b3bae0f Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Sun, 25 Feb 2024 02:56:17 +0000 Subject: [PATCH] [CI] add autopoint dep --- .github/workflows/TestingCI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/TestingCI.yml b/.github/workflows/TestingCI.yml index f232a48..4eecb29 100644 --- a/.github/workflows/TestingCI.yml +++ b/.github/workflows/TestingCI.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install deps - run: sudo apt-get -y install flex bison + run: sudo apt-get -y install flex bison autopoint - name: Prepare run: ./autogen.sh && ./configure - name: Build