1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-20 10:17:05 +00:00

Install Qt6 base, at least.

This commit is contained in:
Thomas Harte
2025-12-08 21:59:38 -05:00
parent 68ad1bec7d
commit b4902d8fb5
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ jobs:
shell: bash
run: |
sudo apt-get --allow-releaseinfo-change update
sudo apt-get --fix-missing install cmake gcc-10 libsdl2-dev
sudo apt-get --fix-missing install cmake gcc-10 qt6-base-dev
- name: Make
shell: bash
run: |