From bebedb88f8a8b370480a562720f3f38b53c13ce2 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Tue, 22 Oct 2019 17:29:20 +0200 Subject: Let's see if we can mesa up this Action --- .github/workflows/ccpp.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 94026dcb..ebf21a0a 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -1,6 +1,6 @@ name: C/C++ CI -on: [push] +on: [push, pull_request] jobs: build: @@ -11,6 +11,9 @@ jobs: - uses: actions/checkout@v1 - name: Install Qt uses: jurplel/install-qt-action@v1 + - name: Install Linux packages + if: matrix.platform == 'ubuntu-latest' + run: sudo apt update && sudo apt install -y --no-install-recommends libgl1-mesa-dev - name: qmake run: qmake - name: make -- cgit v1.2.3