From ad364de7fd2d81fbbe01f0bde8c62f67b353f47e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Wed, 27 Oct 2021 15:46:02 +0200 Subject: [PATCH] Fixed GitHub actions build file --- .github/workflows/osx.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index ed7e376f..5a5bd897 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -14,8 +14,9 @@ jobs: uses: actions/checkout@v2 - name: Install dependencies run: brew install qt5 - - name: Configure build + - name: Create localization run: lrelease gpxsee.pro + - name: Configure build run: qmake gpxsee.pro - name: Build project run: make -j3