mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
CI/CD: Revert usage of apt-get
This commit is contained in:
parent
bb7997d9a4
commit
46fdd0e966
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue