From 2e1667c34888747ea5ed64c127accab0fa707dd0 Mon Sep 17 00:00:00 2001 From: pajlada Date: Fri, 2 Dec 2022 20:30:28 +0100 Subject: [PATCH] Fix Ubuntu CI builds (#4212) --- .github/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8cd42e3c..7182253fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: pull_request: workflow_dispatch: -concurrency: +concurrency: group: build-${{ github.ref }} cancel-in-progress: true @@ -64,12 +64,12 @@ jobs: - name: Add Conan to path if: startsWith(matrix.os, 'windows') run: echo "C:\Program Files\Conan\conan\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - + - name: Install dependencies (Windows) if: startsWith(matrix.os, 'windows') run: | choco install conan -y - + - name: Enable Developer Command Prompt if: startsWith(matrix.os, 'windows') uses: ilammy/msvc-dev-cmd@v1.12.0 @@ -99,7 +99,7 @@ jobs: if: startsWith(matrix.os, 'windows') run: conan remove "*" -fsb shell: bash - + # LINUX - name: Install dependencies (Ubuntu) if: startsWith(matrix.os, 'ubuntu') @@ -109,6 +109,7 @@ jobs: cmake \ virtualenv \ rapidjson-dev \ + libfuse2 \ libssl-dev \ libboost-dev \ libxcb-randr0-dev \