aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a4a503c..3d520a3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: apt -y update
- - run: apt -y install g++-multilib libboost-dev make nasm yasm wget xz-utils
+ - run: apt -y install g++-multilib libboost-dev make nasm yasm wget xz-utils python3
- run: make test
- run: make -C sample CXXFLAGS="-DXBYAK_NO_EXCEPTION"
- run: |