CI/CD: Revert usage of apt-get

This commit is contained in:
Zbigniew Rębacz 2025-10-19 23:27:07 +02:00 committed by GitHub
parent bb7997d9a4
commit 46fdd0e966
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,8 +12,8 @@ jobs:
NUMBER_OF_CPUS: 4
steps:
- checkout
- run: sudo apt update
- run: sudo apt install g++ clang git make libgtk-3-dev libnotify-dev libbz2-dev libssl-dev xdotool
- run: sudo apt-get update
- run: sudo apt-get install g++ clang git make libgtk-3-dev libnotify-dev libbz2-dev libssl-dev xdotool
- run: ./configure
- run: make -f Makefile -j ${NUMBER_OF_CPUS}
- run: make -f umkMakefile -j ${NUMBER_OF_CPUS}