From a1fccd47f34a53cab383389641fc13f60e164c0f Mon Sep 17 00:00:00 2001 From: Sylvain Colinet Date: Jan 07 2023 13:52:16 +0000 Subject: Update macoscompile.yml Trying to fix brew --- diff --git a/.github/workflows/macoscompile.yml b/.github/workflows/macoscompile.yml index 9c6d25d..9d684dd 100644 --- a/.github/workflows/macoscompile.yml +++ b/.github/workflows/macoscompile.yml @@ -36,7 +36,7 @@ jobs: - name: install qt run: | brew update - brew install qt5 + brew install qt@5 # Runs a set of commands using the runners shell - name: build