Skip to content

workflows: build: bump install-qt-action version #30

workflows: build: bump install-qt-action version

workflows: build: bump install-qt-action version #30

Workflow file for this run

name: Build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Installing Qt
uses: jurplel/install-qt-action@v3
with:
version: "5.15.2"
- name: Run QMake
run: qmake
- name: Build
run: make -j4