Update compile.yml

This commit is contained in:
nauta 2023-09-22 14:56:24 +08:00 committed by GitHub
parent f3d336ae58
commit 6ea77da96a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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