Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nazq committed Jun 2, 2024
1 parent 76a4387 commit cad7bf4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test_cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@ jobs:
for entry in /proc/sys/fs/binfmt_misc/*; do
if [ "$(basename "$entry")" != "status" ]; then
echo "Contents of $entry:"
cat "$entry"
echo
if ! cat "$entry"; then
echo "Permission denied for $entry"
else
echo
fi
fi
done
docker run --rm arm64v8/alpine sh -c "uname -a && echo"
Expand Down

0 comments on commit cad7bf4

Please sign in to comment.