mirror of https://github.com/AxioDL/metaforce.git
GitHub Actions: Add apt-get update back to Ubuntu runners
This commit is contained in:
parent
864f742f87
commit
bbe8ca19fb
|
@ -31,6 +31,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install build-essential curl git cmake ninja-build llvm-dev libclang-dev clang lld \
|
||||
zlib1g-dev libglu1-mesa-dev libdbus-1-dev libvulkan-dev libxi-dev libxrandr-dev libasound2-dev \
|
||||
libpulse-dev libudev-dev libpng-dev libncurses5-dev libx11-xcb-dev python3 python-is-python3 qt5-default
|
||||
|
|
Loading…
Reference in New Issue