Fix QRETRO_HAVE_LOCATION being assumed true #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Include build with all optional modules | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: jurplel/install-qt-action@v3 | |
with: | |
arch: 'gcc_64' | |
archives: 'icu qtbase qtmultimedia qtgamepad qtpositioning qtsensors' | |
- name: Build | |
run: qmake && make |