Skip to content

Commit

Permalink
CI: checkout repository 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 9, 2025
1 parent 2812207 commit a11eec3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,11 @@ jobs:
container:
image: i386/debian:latest
volumes:
- ${{ github.workspace }}:/github/workspace
- ${{ github.workspace }}:/workspace

steps:
- uses: actions/checkout@v4

- name: Update packages
run: apt update

Expand Down

0 comments on commit a11eec3

Please sign in to comment.