Skip to content

Commit

Permalink
CI: fix new linux tests
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 a8b64b7 commit 43d245e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ jobs:
container:
image: ${{ matrix.docker_arch }}/debian:latest
options: --user root
volumes: ${{ github.workspace }}:/workspace
volumes:
- ${{ github.workspace }}:/workspace

steps:
# https://github.com/actions/upload-artifact/issues/616
Expand Down

0 comments on commit 43d245e

Please sign in to comment.