use apt-get instead of apt
This commit is contained in:
parent
ce878f671a
commit
edf70e214c
4
.github/workflows/compile.yml
vendored
4
.github/workflows/compile.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user