From 6ea77da96a3ec8a417c4713ca04f0a89ae5ef0ee Mon Sep 17 00:00:00 2001 From: nauta Date: Fri, 22 Sep 2023 14:56:24 +0800 Subject: [PATCH] Update compile.yml --- .github/workflows/compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 1165e8ef8..709bee856 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -44,8 +44,8 @@ jobs: shell: bash run: | export DEBIAN_FRONTEND=noninteractive - apt-get update - apt-get install -y git wget rpm rpm2cpio cpio make build-essential binutils m4 libtool-bin libncurses5 + sudo apt-get update + sudo apt-get install -y git wget rpm rpm2cpio cpio make build-essential binutils m4 libtool-bin libncurses5 - name: Cache deps id: cache-deps