From 9b2b0905810e28885d15e45fc391688320fd4214 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Tue, 19 Dec 2023 22:19:24 +0100 Subject: [PATCH] build: use build container with python support We should also build the Python binding, thus use the Debian container with all Python dependencies installed. Signed-off-by: Daniel Wagner --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d6442f74..d6c6f31d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: compiler: [gcc, clang] buildtype: [debug, release] container: - image: ghcr.io/igaw/linux-nvme/debian:latest + image: ghcr.io/igaw/linux-nvme/debian-python:latest steps: - uses: actions/checkout@v4 - name: build