Skip to content

Copy and cache icons when setting custom icons to reduce problems whe… #158

Copy and cache icons when setting custom icons to reduce problems whe…

Copy and cache icons when setting custom icons to reduce problems whe… #158

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install deps
run: |
sudo apt-get install -y build-essential cmake ninja-build qt6-base-dev libx11-dev libxcb1-dev
- name: Build
run: |
mkdir build
cd build
cmake -G Ninja ..
ninja