Skip to content

Commit

Permalink
Change apt to apt-get.
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliria authored Mar 5, 2023
1 parent 1f18e6c commit a8623ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
${{ runner.os }}-
- name: Install dependencies
run: |
sudo apt update
sudo apt install $(cat apt-requirements.txt)
sudo apt-get update
sudo apt-get install $(cat apt-requirements.txt)
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov wheel
pip install -r pip-requirements.txt
Expand Down Expand Up @@ -85,8 +85,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install $(cat apt-requirements.txt)
sudo apt-get update
sudo apt-get install $(cat apt-requirements.txt)
python -m pip install --upgrade pip
pip install build
Expand Down

0 comments on commit a8623ca

Please sign in to comment.