Skip to content

Commit

Permalink
TEST: Oops, don't fail when eglinfo fails
Browse files Browse the repository at this point in the history
  • Loading branch information
RAOF committed Jul 12, 2024
1 parent a094080 commit 370bd98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vkms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ls -la /dev/dri
echo
echo "Also, how about eglinfo?"
eglinfo
eglinfo | true
echo "Huh."
drm_info
Expand All @@ -49,6 +49,6 @@ jobs:
ls -la /dev/dri
echo
echo "Also, how about eglinfo?"
sudo eglinfo
sudo eglinfo | true
echo "Huh."
sudo drm_info

0 comments on commit 370bd98

Please sign in to comment.