update workflow

This commit is contained in:
uncor3
2025-09-13 15:18:16 +00:00
parent a8a074f606
commit 5b97f563a0
+5 -1
View File
@@ -28,6 +28,11 @@ jobs:
version: '6.7.2'
modules: 'qtmultimedia qtlocation qtpositioning'
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '^1.23.0'
- name: Install Linux dependencies (apt)
if: runner.os == 'Linux'
run: |
@@ -38,7 +43,6 @@ jobs:
automake \
checkinstall \
git \
golang-go \
pkg-config \
libpugixml-dev \
libusb-1.0-0-dev \