mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Fix ubuntu and windows GitHub actions
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-26.04
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
@@ -23,6 +23,7 @@ jobs:
|
||||
target: 'desktop'
|
||||
arch: 'win64_mingw'
|
||||
modules: 'qtmultimedia'
|
||||
tools: 'tools_mingw1310'
|
||||
|
||||
- name: Configure with qmake
|
||||
run: qmake mapmap.pro CONFIG+=release
|
||||
|
||||
Reference in New Issue
Block a user