Skip to content

Update ccpp.yml

Update ccpp.yml #13

Workflow file for this run

---
name: QMake
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest]
include:
- os: windows-latest
make: nmake
steps:
- uses: actions/checkout@v1
- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
with:
platform: x64
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: "6.7.0"
- name: qmake
run: qmake