Skip to content

Commit

Permalink
CI: install build-essential and cmake for 32bit test
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Olivier <[email protected]>
  • Loading branch information
martin-olivier committed Jan 8, 2025
1 parent 79c89e9 commit 9274539
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ jobs:
image: i386/debian:latest

steps:
- name: Update packages
run: sudo apt update

- name: Install valgrind
run: sudo apt install -y build-essential cmake

- name: Generate project files
run: cmake . -B build -DCMAKE_CXX_STANDARD=${{ matrix.cxx-std }} -DDYLIB_BUILD_TESTS=ON -DDYLIB_WARNING_AS_ERRORS=ON

Expand Down

0 comments on commit 9274539

Please sign in to comment.