feat: speed up workflow
All checks were successful
Cross-Compile Binaries / compile-linux (push) Successful in 3m35s
Cross-Compile Binaries / compile-windows (push) Successful in 7m3s

This commit is contained in:
2025-11-27 11:22:49 +01:00
parent a5e1830f74
commit 9c32ac19b7

View File

@@ -24,6 +24,8 @@ jobs:
- name: Install build dependencies
run: |
mv /etc/apt/sources.list.d/microsoft-prod.list /etc/apt/sources.list.d/microsoft-prod.list.disabled
apt-get update && apt-get install -y \
build-essential libgl1-mesa-dev libx11-dev libxrandr-dev \
libxi-dev libxcursor-dev libxinerama-dev libglfw3-dev \
@@ -62,6 +64,8 @@ jobs:
- name: Install build dependencies
run: |
mv /etc/apt/sources.list.d/microsoft-prod.list /etc/apt/sources.list.d/microsoft-prod.list.disabled
apt-get update && apt-get install -y \
build-essential libgl1-mesa-dev libx11-dev libxrandr-dev \
libxi-dev libxcursor-dev libxinerama-dev libglfw3-dev \