From 2b2d9d826cfd4353c64b98312836b763cadbfa66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 1 Apr 2021 09:55:44 -0300 Subject: [PATCH] github: workflows: Fix typo in mac build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/dmg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dmg.yml b/.github/workflows/dmg.yml index 70d4b0c..98e9703 100644 --- a/.github/workflows/dmg.yml +++ b/.github/workflows/dmg.yml @@ -37,7 +37,7 @@ jobs: run: | brew install ccache - - name: install QT via action + - name: install Qt via action uses: jurplel/install-qt-action@v2 with: version: '5.12.6'