mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Merge pull request #32 from Splendide-Imaginarius/mkxp-z-apt
GitHub Actions: apt update
This commit is contained in:
commit
765d057a9d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/autobuild.yml
vendored
4
.github/workflows/autobuild.yml
vendored
|
@ -99,7 +99,9 @@ jobs:
|
|||
key: lin-${{ hashFiles('linux/Makefile') }}
|
||||
|
||||
- name: Install apt dependencies
|
||||
run: sudo apt install git build-essential cmake meson autoconf automake libtool pkg-config ruby bison zlib1g-dev libbz2-dev xorg-dev libgl1-mesa-dev libasound2-dev libpulse-dev -y
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install git build-essential cmake meson autoconf automake libtool pkg-config ruby bison zlib1g-dev libbz2-dev xorg-dev libgl1-mesa-dev libasound2-dev libpulse-dev -y
|
||||
|
||||
- name: Build everything else
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue