Skip to content

Commit dfad484

Browse files
liviuconcioiuwilliamdes
authored andcommitted
Use apt-get instead of apt to fix warning
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
1 parent e87695e commit dfad484

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
submodules: true
4444
- name: Install Sphinx-doc
4545
run: |
46-
sudo apt update
47-
sudo apt install -y sphinx-doc python3-sphinx
46+
sudo apt-get update
47+
sudo apt-get install -y sphinx-doc python3-sphinx
4848
- name: Install gettext
4949
run: sudo apt-get install -y gettext
5050
- name: Install git-restore-mtime

0 commit comments

Comments
 (0)