polib
Some checks failed
Build Dusk / build-linux (push) Failing after 45s
Build Dusk / release (push) Has been skipped

This commit is contained in:
2025-11-12 13:07:41 -06:00
parent 7c157e22c7
commit 6770cc422a

View File

@@ -17,7 +17,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
apt-get update apt-get update
apt-get install -y build-essential cmake python3 python3-pip python3-pil libsdl2-dev libgl1-mesa-dev apt-get install -y build-essential cmake python3 python3-pip python3-polib python3-pil libsdl2-dev libgl1-mesa-dev
- name: Configure CMake - name: Configure CMake
run: cmake -S . -B build -DDUSK_TARGET_SYSTEM=linux run: cmake -S . -B build -DDUSK_TARGET_SYSTEM=linux
- name: Build - name: Build