Skip to content

Commit

Permalink
CI: bind volumes before running 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 9, 2025
1 parent 5ae7c01 commit 2812207
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
runs-on: ubuntu-latest
container:
image: i386/debian:latest
volumes:
- ${{ github.workspace }}:/github/workspace

steps:
- name: Update packages
Expand Down

0 comments on commit 2812207

Please sign in to comment.