1
0
Fork 0
mirror of https://github.com/TransparentLC/opencl_vanity_gpg.git synced 2025-10-20 07:14:09 +00:00

Update build.yml

This commit is contained in:
✨小透明・宸✨ 2025-01-08 23:55:57 +08:00
parent 1a92ca4fb1
commit 73e8502e3e
No known key found for this signature in database
GPG key ID: C90F42D9852EE21E

View file

@ -31,7 +31,7 @@ jobs:
cp "OpenCL-SDK-${VERSION}-Win-x64/lib/OpenCL.lib" OpenCL.lib
fi
if [[ "$RUNNER_OS" == "Linux" ]]; then
apt install opencl-headers ocl-icd-opencl-dev
sudo apt install opencl-headers ocl-icd-opencl-dev
fi
if [ $BUILD_OS == "macOS" ]; then
# FIXME