mirror of
https://github.com/TransparentLC/opencl_vanity_gpg.git
synced 2025-10-20 15:24:08 +00:00
Update build.yml
This commit is contained in:
parent
73e8502e3e
commit
c870fbe521
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -33,9 +33,10 @@ jobs:
|
||||||
if [[ "$RUNNER_OS" == "Linux" ]]; then
|
if [[ "$RUNNER_OS" == "Linux" ]]; then
|
||||||
sudo apt install opencl-headers ocl-icd-opencl-dev
|
sudo apt install opencl-headers ocl-icd-opencl-dev
|
||||||
fi
|
fi
|
||||||
if [ $BUILD_OS == "macOS" ]; then
|
# FIXME
|
||||||
# FIXME
|
# if [[ "$RUNNER_OS" == "macOS" ]]; then
|
||||||
fi
|
#
|
||||||
|
# fi
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
id: build
|
id: build
|
||||||
|
|
Loading…
Add table
Reference in a new issue