Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stupidloud committed Feb 12, 2024
1 parent 5eb9243 commit b0cd7dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ jobs:
run: |
cd
sleep 60
sudo mount -o remount,compress=no,nodatacow,nodatasum lede
sudo umount lede
sudo mount -o compress=no,nodatacow,nodatasum $LOOP_DEVICE lede
cd lede/; pv /dev/zero > zerospace || true; sync; rm -f zerospace; cd -
sleep 60
sudo umount lede
Expand Down

0 comments on commit b0cd7dc

Please sign in to comment.