Skip to content

Commit

Permalink
try to get unshare from util-linux (#177)
Browse files Browse the repository at this point in the history
merging because CI is broken and GH is not debugging properly
  • Loading branch information
mgree authored Oct 10, 2024
1 parent 71cb569 commit 939f3ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ jobs:
steps:
- name: Install dependencies
run: |
sudo apt-get install expect mergerfs attr pandoc
sudo apt-get install util-linux expect mergerfs attr pandoc
- name: Debug unshare install
run: |
echo unshare is at $(which unshare)
unshare --mount --map-root-user --user --pid --fork -- ls
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 939f3ee

Please sign in to comment.