Skip to content

Commit

Permalink
workflows: build: bump install-qt-action version
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Ricchi <[email protected]>
  • Loading branch information
AndreaRicchi committed Apr 24, 2024
1 parent 489e5db commit 122b26a
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@ name: Build

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Installing Qt
uses: jurplel/install-qt-action@v3.0.0
with:
version: '5.15.2'
- name: Run QMake
run: qmake
- name: Build
run: make -j4
- 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

0 comments on commit 122b26a

Please sign in to comment.