Skip to content

Commit

Permalink
build: use build container with python support
Browse files Browse the repository at this point in the history
We should also build the Python binding, thus use the Debian container
with all Python dependencies installed.

Signed-off-by: Daniel Wagner <[email protected]>
  • Loading branch information
igaw committed Dec 19, 2023
1 parent 4e684f8 commit 1df14d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1df14d8

Please sign in to comment.