Skip to content

Commit

Permalink
mount issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mgree authored Oct 10, 2024
1 parent 7e8fc2b commit ae949a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Debug unshare install
run: |
echo unshare is at $(which unshare)
unshare --mount --user --pid --fork -- ls
findmnt
unshare --mount --propagation unchanged --user --pid --fork -- ls
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ae949a1

Please sign in to comment.