fix: apt -> apt-get
This commit is contained in:
parent
614e77e8fe
commit
8343ebd635
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Install system dependecies
|
||||
run: |
|
||||
sudo apt-get update && sudo apt install -y cmake \
|
||||
sudo apt-get update && sudo apt-get install -y cmake \
|
||||
libc-ares-dev libre2-dev
|
||||
- name: Checkout and build nginx
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue