use apt-get instead of apt

This commit is contained in:
wangyunlai 2023-07-19 10:36:25 +08:00 committed by GitHub
parent ce878f671a
commit edf70e214c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,8 @@ jobs:
shell: bash
if: ${{ startsWith(matrix.image, 'ubuntu') }}
run: |
apt upadte
apt install -y git wget rpm rpm2cpio cpio make build-essential binutils m4 libtool-bin
apt-get upadte
apt-get install -y git wget rpm rpm2cpio cpio make build-essential binutils m4 libtool-bin
- name: Install centos environment
shell: bash