We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1690081 commit ce0d6fdCopy full SHA for ce0d6fd
.github/workflows/python-package.yml
@@ -26,8 +26,8 @@ jobs:
26
python-version: ${{ matrix.python-version }}
27
- name: Install APT dependencies
28
run: |
29
- sudo apt update
30
- sudo apt install libsdl2-dev xvfb
+ sudo apt-get update
+ sudo apt-get install libsdl2-dev xvfb
31
- name: Install Python dependencies
32
33
python -m pip install --upgrade pip
0 commit comments