From 2922fb6fc995f03e5bdce63b5938a3741a3a6aa2 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sun, 7 Sep 2025 20:13:36 +0300 Subject: [PATCH] ci: fix sudo --- .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 b16ce5de..7b03abf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: Install dependencies run: | - apt-get update && apt-get install -y \ + sudo apt-get update && sudo apt-get install -y \ libreadline-dev \ pkg-config \ flex \ -- 2.51.2