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

Try to coax module names.

This commit is contained in:
Thomas Harte
2025-02-02 22:19:44 -05:00
parent c3428bdaed
commit 5fa27448f8
2 changed files with 6 additions and 3 deletions
+3 -2
View File
@@ -98,8 +98,9 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: '5.15.2'
modules: 'multimedia x11extras'
# modules: 'multimedia x11extras'
- name: Make
working-directory: OSBindings/Qt
shell: bash
run: qmake
run: aqt list-qt linux desktop --modules 5.15.2 x86_64
# run: qmake
+3 -1
View File
@@ -158,7 +158,9 @@ void PRG::Serialiser::get_next_output_token() {
case FilePhaseData:
copy_mask_ ^= 0x80;
file_.seek(2, SEEK_SET);
if(copy_mask_) file_phase_ = FilePhaseAtEnd;
if(copy_mask_) {
file_phase_ = FilePhaseAtEnd;
}
break;
}
return;