From e4d521060db32ba22cbfd78dba25868b14342a96 Mon Sep 17 00:00:00 2001 From: Thomas Dallmair Date: Wed, 18 Dec 2024 20:43:19 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04206541..a6f72919 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - name: Install build dependencies - run: apt-get install -y m4 + run: sudo apt-get install -y m4 - name: Bootstrap run: sh bootstrap.sh