From 578cc10517142ed1f8b782580d1608fdab58a04d Mon Sep 17 00:00:00 2001 From: RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> Date: Tue, 23 Aug 2022 18:47:57 +0200 Subject: Add setup script before configure diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index a383a52..b6eb2a5 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v3 + - name: setup + run: ./tools/setup - name: configure run: ./configure - name: make -- cgit v0.10-9-g596f