From 66193a7a49fc28bbc0ba2b7db24fbbe624741927 Mon Sep 17 00:00:00 2001 From: quietvoid Date: Thu, 9 Jan 2025 21:55:37 -0500 Subject: [PATCH] Try sudo --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efd74b7..58447df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: - name: Install fontconfig run: | - apt-get update - apt-get install libfontconfig-dev + sudo apt-get update + sudo apt-get install libfontconfig-dev - name: Install Rust, clippy and rustfmt uses: dtolnay/rust-toolchain@stable