Fix Ubuntu CI builds (#4212)

This commit is contained in:
pajlada 2022-12-02 20:30:28 +01:00 committed by GitHub
parent 1dd0693318
commit 2e1667c348
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \