Skip to content

Commit

Permalink
Change order of clinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Klein committed Oct 9, 2023
1 parent e92bc77 commit c7b45d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,13 @@ jobs:
tar -xf AMD-APP-SDKInstaller-v3.0.130.136-GA-linux64.tar.bz2
# 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 "CLINFO:"
clinfo
echo "ls /usr:"
ls /usr
echo "ls /opt:"
ls /opt
echo "CLINFO:"
clinfo
# sudo ./AMD-APP-SDK-v3.0.130.136-GA-linux64.sh
# sudo apt install -y pocl-opencl-icd
Expand Down

0 comments on commit c7b45d4

Please sign in to comment.