ci: add pax

This commit is contained in:
2024-05-04 16:37:48 +02:00
parent f4c87efd99
commit a5029c5974
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ jobs:
if: env.ACT=='true'
- name: install everything
run: sudo apt-get update && sudo apt-get install -y cmake build-essential gcc g++ nasm
run: sudo apt-get update && sudo apt-get install -y cmake build-essential pax 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.