mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
update workflow
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user