Skip to content

Commit ce0d6fd

Browse files
committed
Replace apt with apt-get, which is better for scripts.
1 parent 1690081 commit ce0d6fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install APT dependencies
2828
run: |
29-
sudo apt update
30-
sudo apt install libsdl2-dev xvfb
29+
sudo apt-get update
30+
sudo apt-get install libsdl2-dev xvfb
3131
- name: Install Python dependencies
3232
run: |
3333
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)