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.