From f6db0ee1cfe2b60343b5b5458fcb332a602f0879 Mon Sep 17 00:00:00 2001 From: "ander.ruiz" Date: Tue, 14 Nov 2023 14:13:31 +0100 Subject: [PATCH] Include apt-get update --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef96f96..ea13f0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,9 +16,9 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, windows-2022, macos-11] + os: [ubuntu-22.04.3, windows-2022, macos-11] include: - - os: ubuntu-22.04 + - os: ubuntu-22.04.3 arch: linux-x64 - os: windows-2022 arch: win-x64 @@ -28,6 +28,7 @@ jobs: - name: Install dependencies if: matrix.arch == 'linux-x64' run: | + apt-get update sudo apt install clang sudo apt-get install libtool sudo apt-get install libssl-dev