From 570826b1f80fbfd08cb057b25cabf2720f5c5247 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Fri, 12 Apr 2024 22:48:58 +0200 Subject: [PATCH] Install nasm in ci --- .github/workflows/unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 18a9a1665..0ff235715 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -25,7 +25,7 @@ jobs: if: env.ACT=='true' - name: install everything - run: sudo apt-get update && sudo apt-get install -y cmake build-essential gcc g++ + run: sudo apt-get update && sudo apt-get install -y cmake build-essential gcc g++ nasm - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.