Skip to content

Commit

Permalink
CI: fix test linux 32bit
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 9, 2025
1 parent 60eb9e9 commit 544ec80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,18 @@ jobs:
runs-on: ubuntu-latest
container:
image: i386/debian:latest
options: --user root
volumes:
- ${{ github.workspace }}:/workspace

steps:
- name: Update packages
run: apt update

- name: Install build tools and node to be able to checkout the repository
- name: Install build tools
run: apt install -y build-essential cmake nodejs

- uses: actions/checkout@v4
- uses: actions/checkout@v2

- 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 544ec80

Please sign in to comment.