From 839502b21cd12400dc108de3c5b3f2e80004c240 Mon Sep 17 00:00:00 2001 From: Anton Porodnikov Date: Tue, 27 Feb 2024 20:24:28 +0300 Subject: [PATCH] sudo apt-get -y update --- .github/actions/prepare_vm/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/prepare_vm/action.yaml b/.github/actions/prepare_vm/action.yaml index 276a62d1e7..79908a9478 100644 --- a/.github/actions/prepare_vm/action.yaml +++ b/.github/actions/prepare_vm/action.yaml @@ -7,6 +7,7 @@ runs: - name: Install dependencies shell: bash run: | + sudo apt-get -y update sudo apt-get -y install git cmake ninja-build libidn11-dev ragel yasm wget https://apt.llvm.org/llvm.sh chmod u+x llvm.sh