"vscode:/vscode.git/clone" did not exist on "c63c2c0d08ea28b7b73d3510359f8838f25e281d"
Unverified Commit dad8e52d authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

Try to fix errors setting up CI builds (#3363)

parent 551d83c9
......@@ -18,6 +18,7 @@ echo libamdocl64.so > ${OPENCL_VENDOR_PATH}/amdocl64.icd
export LD_LIBRARY_PATH=${AMDAPPSDK}/lib/x86_64:${LD_LIBRARY_PATH:-}
chmod +x ${AMDAPPSDK}/bin/x86_64/clinfo
${AMDAPPSDK}/bin/x86_64/clinfo
sudo apt-get update
sudo apt-get install -y libgl1-mesa-dev
echo "OPENCL_VENDOR_PATH=${OPENCL_VENDOR_PATH}" >> ${GITHUB_ENV}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment