Skip to content

Commit

Permalink
chore(CI): pygame is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek authored Oct 16, 2023
1 parent b5ef1b0 commit ac5b75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ package:debian:
- echo "deb https://repository.salamek.cz/deb/pub all main" | tee /etc/apt/sources.list.d/salamek.cz.list
- apt-get update -qy
- apt-get install -y curl gnupg apt-transport-https
- apt-get install -y python3-pip python3-stdeb python3-docopt python3-yaml python3-websockets python3-pygame dh-python
- apt-get install -y python3-pip python3-stdeb python3-docopt python3-yaml python3-websockets dh-python
- rm -rf "./deb_dist"
- python3 setup.py --command-packages=stdeb.command bdist_deb
tags:
Expand Down

0 comments on commit ac5b75f

Please sign in to comment.