Skip to content

Commit

Permalink
Deeper directory listing
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Klein committed Oct 9, 2023
1 parent c7b45d4 commit b7b182b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
# yes Y 2>/dev/null | sudo ./AMD-APP-SDK-v3.0.130.136-GA-linux64.sh
printf 'Y\n\n' | sudo ./AMD-APP-SDK-v3.0.130.136-GA-linux64.sh
echo "ls /usr:"
ls /usr
echo "ls /opt:"
ls /opt
echo "ls /usr/lib:"
ls /usr/lib
echo "ls /opt/AMDAPPSDK-3.0:"
ls /opt/AMDAPPSDK-3.0
echo "CLINFO:"
clinfo
Expand Down

0 comments on commit b7b182b

Please sign in to comment.